SDK:
- make F1 help work in main SDK android panel git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9467 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
624125aadc
commit
0da5c9636f
@ -44,7 +44,7 @@ public final class MobileOptionsPanelController extends OptionsPanelController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public HelpCtx getHelpCtx() {
|
public HelpCtx getHelpCtx() {
|
||||||
return null; // new HelpCtx("...ID") if you have a help set
|
return new HelpCtx("jme3.android"); // new HelpCtx("...ID") if you have a help set
|
||||||
}
|
}
|
||||||
|
|
||||||
public JComponent getComponent(Lookup masterLookup) {
|
public JComponent getComponent(Lookup masterLookup) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user