Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.07 seconds.

  1. Thread: GUI problem

    by aussiemcgr
    Replies
    6
    Views
    1,541

    Re: GUI problem

    Well then I'm confused. The List class (List (Java Platform SE 6)) has no setSize method, setLocation method, setVisible method, setFocusable method, or setFont method. The JList class however (JList...
  2. Thread: GUI problem

    by aussiemcgr
    Replies
    6
    Views
    1,541

    Re: GUI problem

    Is this:

    l = new List();

    supposed to be a JList?

    If you really want to use coordinates, I would suggest the layout I made. I attached text documents of the java classes (since I cannot...
Results 1 to 2 of 2