.. | .. |
---|
62 | 62 | |
---|
63 | 63 | cGridBag fileCommsnds = new cGridBag(); |
---|
64 | 64 | |
---|
65 | | - fileCommsnds.add(refreshButton = new JButton("Refresh")); //, aConstraints); |
---|
66 | | - refreshButton.setToolTipText("Refresh entire tree"); |
---|
67 | 65 | fileCommsnds.add(loadButton = new JButton("Load")); //, aConstraints); |
---|
68 | 66 | loadButton.setToolTipText("Load selected file(s)"); |
---|
| 67 | + fileCommsnds.add(refreshButton = new JButton("Refresh")); //, aConstraints); |
---|
| 68 | + refreshButton.setToolTipText("Refresh entire tree"); |
---|
69 | 69 | |
---|
70 | 70 | refreshButton.addActionListener(this); |
---|
71 | 71 | loadButton.addActionListener(this); |
---|