-
robert_futrell changed the public information on the Office Look and Feels project.
2009-04-18 21:56:20 UTC by robert_futrell
-
robert_futrell changed the public information on the Office Look and Feels project.
2009-04-18 21:56:17 UTC by robert_futrell
-
robert_futrell changed the public information on the Office Look and Feels project.
2009-04-18 21:56:10 UTC by robert_futrell
-
This bug was detected on Windows Vista both with Java 1.5 and 1.6 versions.
In our application we use JRadioButtonMenuItem and JCheckBoxMenuItem. On Windows Vista, the symbols for these items (bullet and tick-mark) are painted 5 pixels to the right (on the x-axis) and 5 pixels below (on the y-axis) from their due position (see attached screenshot).
2008-10-07 09:17:20 UTC by huttenlocher
-
I'll look into it.
2008-05-20 12:26:57 UTC by robert_futrell
-
In our application's toolbar buttons, we use the selected state of the ButtonModel to reflect state in the application. Before we upgraded to 2.7 of the XPLookAndFeel, the button would paint the icon as selected when the ButtonModel state was selected. Since the upgrade it no longer paints as selected. Looking at the source, the OfficeXPButtonUI class no longer checks model.isSelected() when...
2008-05-12 16:56:03 UTC by brianatquantrix
-
It works for me. Are you on Windows XP, Vista, or something else? Keep in mind that, for XP at least, you have to press Alt to see the shortcut underlines on buttons.
2008-03-26 18:07:32 UTC by robert_futrell
-
When I setup the shortkey for the button like this:
button.setMnemonic(KeyEvent.VK_K);
The underLine does not show on the button.
2008-03-07 05:31:53 UTC by nobody
-
Hi, was this issue with not setting the LAD for all UI components ever resolved? Thanks!
2007-08-22 15:52:37 UTC by nobody
-
Hello,
Yes, Visual Studio 2005 does not display mnemonics unless the Alt key is pressed. This is one of the differences between it and the Office applications/looks.
2007-08-18 01:17:22 UTC by robert_futrell