Reputation: 29
I am working on the Nasa World wind measure tool. I want to know how can I remove the tabbed pan from it .
Upvotes: 0
Views: 193
Reputation: 422
If you are referring to the World Wind Measure Tool sample application then you need to remove the following lines of code from MeasureToolUsage.java (roughly at line 82)
this.getContentPane().add(tabbedPane, BorderLayout.WEST);
Upvotes: 1