JoeAtRevolutionUnltd
Programmer
I am trying to call a class from a tabbed pane and im getting an error - cannot find symbol method addTab(java.lang.String.PoolPage)
I have a separate class, PoolPage. here is the line that is giving me the error.
PoolPage p = new PoolPage();
tabbedPane.addTab("Pool", p); - ERROR
Any ideas?
Thanks
I have a separate class, PoolPage. here is the line that is giving me the error.
PoolPage p = new PoolPage();
tabbedPane.addTab("Pool", p); - ERROR
Any ideas?
Thanks