ButtonClasses Class Diagram
parent
af384aca74
commit
6fd4d8b24e
5989
Button.cld
5989
Button.cld
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -142,6 +142,8 @@ public class TreeViewSettings extends JTabbedPane {
|
|||
bPanel.add(new JButton(down));
|
||||
bPanel.add(new JButton(delete));
|
||||
|
||||
|
||||
|
||||
// add those tabs
|
||||
add(RESOURCES.getString("page.main") , options);
|
||||
add(RESOURCES.getString("page.colors"), colors);
|
||||
|
@ -245,6 +247,7 @@ public class TreeViewSettings extends JTabbedPane {
|
|||
}
|
||||
} //ActionDelete
|
||||
|
||||
|
||||
private class Commit implements ChangeListener, ActionListener, ListDataListener {
|
||||
|
||||
private TreeView view;
|
||||
|
|
|
@ -61,6 +61,7 @@ public class Action2 extends AbstractAction {
|
|||
TXT_NO = UIManager.getString("OptionPane.noButtonText"),
|
||||
TXT_OK = UIManager.getString("OptionPane.okButtonText"),
|
||||
TXT_CANCEL = UIManager.getString("OptionPane.cancelButtonText");
|
||||
//TXT_EXPANDALL =
|
||||
|
||||
/** constructor */
|
||||
public Action2() {
|
||||
|
|
Loading…
Reference in New Issue