christmo / macwidgets

Automatically exported from code.google.com/p/macwidgets
0 stars 0 forks source link

PreferencesTabBar Issue #166

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
First of all, I dont speak very well English. Sorry for that.

What steps will reproduce the problem?
1. Create a JFrame with a PreferencesTabBar.
2. Handling the Mac OS X Preferences menu item in a Java/Swing application. 
3. The 'handlePreferences' method of my ApplicationAdapter class sets visible 
the JFrame described in the first step. Therefore, when I click the Preferences 
menu item I should see the JFrame.

Here (http://www.devdaily.com/java/java-mac-osx-preferences-menu-item-event), 
there's a tutorial about "Java, Mac OS X, and the Preferences menu item".

What is the expected output? What do you see instead?

The expected result would be to see the JFrame. But instead, the JFrame does 
not appear.

What version of the product are you using? On what operating system?

I think is the latest (0.9.5), I've attached it. O.S: Mac OS X 10.6.4.

Please provide any additional information below.

If I did not add the PreferencesTabBar to the JFrame, the JFrame appears. So, 
I'm sure PreferencesTabBar class is the problem.

Original issue reported on code.google.com by ferve...@gmail.com on 5 Aug 2010 at 8:18

Attachments: