Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.19 seconds.

  1. Replies
    11
    Views
    1,504

    Re: string tabbing problem

    Can I ask why you don't want to use a JTable?
  2. Replies
    11
    Views
    1,504

    Re: string tabbing problem

    Yeah, I was going to point out that simply using tabs probably won't accomplish your goal of alignment. If I were you, I might even use a renderer that puts each cell in its own JLabel, then add them...
  3. Replies
    11
    Views
    1,504

    Re: string tabbing problem

    Interesting find, and thanks for creating the SSCCE. Apparently other people have dealt with this issue. I googled "java tabs in jlist" and found the following solution:
    Tab list renderer :...
  4. Replies
    11
    Views
    1,504

    Re: string tabbing problem

    Like I said, it would be nice to see an SSCCE of what you're actually doing. Otherwise we're just guessing.
  5. Replies
    11
    Views
    1,504

    Re: string tabbing problem

    I'd be curious to see an SSCCE that demonstrates this. What happens if you only place one tab between the text? What do you want to happen instead of what's happening now?
Results 1 to 5 of 5