Search:

Type: Posts; User: that_guy

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    3,526

    Re: drawString and JTextField

    btw, which borderlayout tutorial are you talking about? there was no link posted with the recommendation, so how would you go around the drawString situation?
  2. Replies
    9
    Views
    3,526

    Re: drawString and JTextField

    hahahaha now its worse (or so i think)...

    i changed the labels to Jlabels which created errors cause apparently jlabels dont have the setAlignment() method so i changed those method calls to...
  3. Replies
    9
    Views
    3,526

    Re: drawString and JTextField

    ok...

    well first off thanks for helping me with this and i apologize for any inconvenience my posts are...

    when i changed the classes to extend Japplet and Jpanel instead of their awt...
  4. Replies
    9
    Views
    3,526

    Re: drawString and JTextField

    k, sorry for not posting this earlier but the comp with the code currently has no way to get online.

    so here is the code:


    import java.applet.*; // imports the applet package
    import...
  5. Replies
    9
    Views
    3,526

    Re: drawString and JTextField

    ok,

    im just learning Swing and i was taught in awt so if there is another way to draw a string to an applet that would be helpful. so...

    when the applet class calls the panel class (the one...
  6. Replies
    9
    Views
    3,526

    drawString and JTextField

    ok i have two little questions i hope you can help me answer.

    1. if you have a class that extends applet and implements runnable with a borderlayout set and you create an object from another class...
Results 1 to 6 of 6