Geek coder
Geek coder

Reputation: 29

How to remove tabbed pan view from World wind measure tool

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

Answers (1)

jhadley
jhadley

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

Related Questions