mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
Removed commented code
This commit is contained in:
parent
661837fd4b
commit
b9256721a2
@ -989,9 +989,6 @@ public class SimControlApplication extends TrickApplication implements PropertyC
|
||||
"openWiki"
|
||||
};
|
||||
JToolBar toolBar = new JToolBar();
|
||||
//JButton button = new JButton("openWiki");
|
||||
//button.setPreferredSize(new Dimension(22, 220)); // Set preferred size
|
||||
//toolBar.add(button);
|
||||
for (String actionName : toolbarActionNames) {
|
||||
if (actionName.equals("---")) {
|
||||
toolBar.addSeparator();
|
||||
|
Loading…
Reference in New Issue
Block a user