Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.08 seconds.

  1. Re: HTML in Swing Components in Cached Applet

    That's so weird, but thanks for the workaround!
  2. Re: HTML in Swing Components in Cached Applet

    Yeah, this is one of the weirder bugs I've seen. It seems to work fine from WebStart as well- and the applet, webstart, and runnable Jar are all running from the same Jar!

    I tried using an...
  3. Re: HTML in Swing Components in Cached Applet

    Yeah, this is one of the weirder bugs I've seen. It seems to work fine from WebStart as well- and the applet, webstart, and runnable Jar are all running from the same Jar!

    I tried using an...
  4. HTML in Swing Components in Cached Applet

    Swing Components can contain html just fine, like so:

    JLabel lengthLabel = new JLabel("<html><u>" + i + " LETTERS</u></html>");

    The above causes the labels to be underlined in the below...
Results 1 to 4 of 4