Search results

  1. L

    Java, putting JTabbedPane content in center of page.

    Hi, i am new to Java programming. This is what i have done, i have created 5 separate classes, 4 of them are GUI's and one final class which combines all of them. the one that collects all other GUI's is the JTabbedPane class, this class basically has classname name = new classname(); and...