Working version of the refactoring DrawboxEditor. Added ToolBar in Editor
This commit is contained in:
@ -7,6 +7,7 @@ import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import javax.swing.JTabbedPane;
|
||||
import javax.swing.event.ListSelectionEvent;
|
||||
|
||||
import events.EntityDrawboxChangedEvent;
|
||||
import events.EntityDrawboxChangedListener;
|
||||
@ -117,6 +118,10 @@ public class HitboxEditor extends Editable {
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
@Override
|
||||
public void valueChanged(ListSelectionEvent e) {
|
||||
// TODO Auto-generated method stub
|
||||
//super.valueChanged(e);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user