This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
hello world, I am programming a jtabbedpane. i am thinking to have sperate classes for every tab. public class frame display { public static void main(String arg[]) { JFrame obj = new app(); // do the necessary things } } class app extends JFrame { // add a JTabbedPane to the contentpane. // create objects of each tab class // add them to the JTabbedPane } class billingJPane extends JPanel { } class searchJPane extends JPanel { }
what i want to know is is this a good structure. if not do some suggetions. thanks another question.. can i access a variable of searchJPane class for this syntax. obj.variablename thanks
SCJP 1.4, SCMAD 1.0<br />SCWCD, SCBCD (in progress)