Search:

Type: Posts; User: that_guy

Search: Search took 0.07 seconds.

  1. Replies
    13
    Views
    2,049

    [SOLVED] Re: Help with simple Applet code

    ok thank you so much
  2. Replies
    13
    Views
    2,049

    [SOLVED] Re: Help with simple Applet code

    i am sorry, but what do you mean by that?

    changing the font for the entire applet then adding a component then changing it again in the init() method doesnt work and i dunno why...

    are you...
  3. Replies
    13
    Views
    2,049

    [SOLVED] Re: Help with simple Applet code

    wow... ok then it works AND the font for the object is what its supposed to be....

    now on to question 2: "How do I make the fonts different?"

    "Dinner Menu" at the top is supposed to be "Arial",...
  4. Replies
    13
    Views
    2,049

    [SOLVED] Re: Help with simple Applet code

    fine...

    lets start with the question of "why doesnt the meal object show up when i run the applet?"


    when the applet runs a pink box shows up of the dimensions i told it to (which is good)......
  5. Replies
    13
    Views
    2,049

    [SOLVED] Re: Help with simple Applet code

    ok i understand that i am changing the font for the entire applet when i do that... but doesnt it read the statement to change font --> add label --> change font... so the label should be placed with...
  6. Replies
    13
    Views
    2,049

    [SOLVED] Re: Help with simple Applet code

    the html portion I left out because i thought it was a no brainer that i was using html...

    <html>
    <p align=center>
    <applet code="DinnerMenu.class" height=440 width=200>
    </applet>
    </p>
    </html>
  7. Replies
    13
    Views
    2,049

    [SOLVED] Help with simple Applet code

    I am a newbie java programmer (or programmer in general)

    the code I am posting about has certain guidelines it must abide by:

    applet no bigger than 200x440
    applet titled "The Menu Program"

    ...
Results 1 to 7 of 7