Search:

Type: Posts; User: copeg

Search: Search took 0.08 seconds.

  1. Replies
    13
    Views
    2,048

    [SOLVED] Re: Help with simple Applet code

    Each component (be it a JLabel, JCheckbox, etc..) must have its font individually set....by default calling setFont on the container (applet) won't change the fonts of any added components - you must...
  2. Replies
    13
    Views
    2,048

    [SOLVED] Re: Help with simple Applet code

    Call setFont with the appropriate font on all the components you wish to have a custom font.
  3. Replies
    13
    Views
    2,048

    [SOLVED] Re: Help with simple Applet code

    public void entree ()

    I presume you want this to be a constructor and not a method, and given it has a return value it is treated as a method (and thus never called). Remove the void and see what...
  4. Replies
    13
    Views
    2,048

    [SOLVED] Re: Help with simple Applet code

    I'd suggest breaking the problem down (posting many questions with chunks of code such as this can end up getting a bit confusing on both ends). Deal with one question at a time. If the font isn't...
Results 1 to 4 of 4