Search:

Type: Posts; User: TheShagg

Search: Search took 0.19 seconds.

  1. Re: How to align the items in a form (grid layout)?

    I recommend nesting panels in panels, like newbie suggested. The trick is to figure out what layout managers to put in each.

    Check out this: A Visual Guide to Layout Managers

    If you are having...
  2. Replies
    3
    Views
    2,925

    Re: JTable memory consumption

    I found a couple of suspicious things. The first most suspicious was this:


    public int getTrackLength()
    {
    AudioFile af;
    try {
    af = AudioFileIO.read(location);
    AudioHeader i =...
  3. Replies
    4
    Views
    5,670

    Re: JPanel padding?

    If what you said is true, that the balls are added inside each-other, then I think you have one panel inside another panel, inside another panel. I do not think this is what you want. I think you...
  4. Replies
    2
    Views
    2,274

    Re: Mouse Listeners

    I believe you cannot click on a "thread". You to determine out how to detect click events on the various bouncing ball elements - whatever they may be, use that to change some state variable, and...
  5. Package layout problems trying to make a new Swing component.

    The basic background info:

    I copied the JSlider code from the OpenJDK repo (note that I am using the Sun packages, because this is a windows machine), and created a new component, and UI L&F class...
Results 1 to 5 of 5