Search:

Type: Posts; User: rstrout

Search: Search took 0.10 seconds.

  1. Replies
    11
    Views
    1,761

    Re: Some swing components use wrong look and feel

    After further digging, it appears that we are running into an know bug in java 7 update 25.

    Bug ID: JDK-8017776 Swing Event Thread does not use JNLP class loader

    More info can be seen in these...
  2. Replies
    11
    Views
    1,761

    Re: Some swing components use wrong look and feel

    Thanks anyway.

    --- Update ---

    It wasn't wrapped in SwingUtillities.invokeLater(), but based on your suggestion, I just wrapped in in SwingUtillities.invokeAndWait() and am preparing a build...
  3. Replies
    11
    Views
    1,761

    Re: Some swing components use wrong look and feel

    Forgot the code tags, sorry.

    Getting focus is NOT causing the problem. I can be actively using the application when the problem occurs. Example. Select a new value in a combo box. That...
  4. Replies
    11
    Views
    1,761

    Re: Some swing components use wrong look and feel

    In fact, I am not asking anyone do to my work for me. We have a very strange problem that only occurs on a couple of machines, and thought I might be able to get some help/suggestions here.

    If...
  5. Replies
    11
    Views
    1,761

    Some swing components use wrong look and feel

    Our application uses a custom Synth based look and feel. On a couple of demo laptops, when new components get created due to some incoming event, the new components use a different look and feel.
    ...
Results 1 to 5 of 5