History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-5060
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Dmitry Jemerov
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

GUI Designer: changing look and feel in form preview discards swing colors

Created: 25 Jan 07 17:23   Updated: 01 Mar 07 14:11
Component/s: GUI Designer
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,664


 Description  « Hide
Create a form with some components (tested JButtons) with assigned foreground and background colors from swing palette (UIManager.getColor("name")). Make sure these colors are shown when you run the main() method of the form.
Run form preview. Colors are shown - Ok. Switch preview look and feel to any value, e.g. to the same value. Result: all colors are shown default.

This happens only with swing colors, neither with numeric values (RGB/HSB/Swatches), nor with System colors (Systemcolor.), nor with AWT Palette (Color.).



 All   Comments   Work Log   Change History      Sort Order:
Dmitry Jemerov - 01 Mar 07 14:11
This would be quite hard to fix, given how the Swing colors support is implemented.