I was trying to create UI similar to TweetDeck in Java.
I guess the columns are equivalent to panels and also the timeline shown is also equivalent to panels. So I guess there are many panels.
I was trying to make such UI, but failed. I am not much into Java Swing so I tried to create it using Netbeans framework.
Is there any simple Java code that can solve some of my problems?
I guess everything should be dynamic here.
If I am wrong about panels here (because I guess too many panels can create problems) please guide me.