Hi
Im current developing an app which has two tabs (in the future there may be more added) which have to exact same variables, fields, Jtables, and so on.
currently i have named everything textbox1 and textbox2, and i pass in a port number to each method used.
just wondering if theres a way i can set a panel to show twice (or as many times as needed) on each tab of the JTabbedPane. This will help me stop repeating code.
Thanks
Kurt