Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    2,620

    [SOLVED] Re: set specific location for radio buttons

    The API is your best friend: Java Platform SE 6

    Specifically, consult the JRadioButton class API for useful methods. You're looking for methods that set the bounds or the position of the component.
  2. Replies
    3
    Views
    2,620

    [SOLVED] Re: set specific location for radio buttons

    You want some advice? Ditch the gui builder. That frameTestLayout (which should be FrameTestLayout) seems a little wonky. Why don't you just use a null layout and absolute positioning?

    It's almost...
Results 1 to 2 of 2