To access a tab programmatically - see:

https://sourceforge.net/forum/forum.php?thread_id=1664032&forum_id=610548
This commit is contained in:
kthiemann 2007-02-19 10:36:18 +00:00
parent 722867aec1
commit 9cacec854a
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ public class AWindow extends CFrame
* Get Application Panel
* @return application panel
*/
protected APanel getAPanel()
public APanel getAPanel()
{
return m_APanel;
} // getAPanel