To access a tab programmatically - see:
https://sourceforge.net/forum/forum.php?thread_id=1664032&forum_id=610548
This commit is contained in:
parent
722867aec1
commit
9cacec854a
|
|
@ -148,7 +148,7 @@ public class AWindow extends CFrame
|
||||||
* Get Application Panel
|
* Get Application Panel
|
||||||
* @return application panel
|
* @return application panel
|
||||||
*/
|
*/
|
||||||
protected APanel getAPanel()
|
public APanel getAPanel()
|
||||||
{
|
{
|
||||||
return m_APanel;
|
return m_APanel;
|
||||||
} // getAPanel
|
} // getAPanel
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue