Browse Source

SDK:
- some tooltips for android deployment settings

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8199 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

nor..67 14 years ago
parent
commit
c68195db03
1 changed files with 4 additions and 0 deletions
  1. 4 0
      jme3-android/src/com/jme3/gde/android/Bundle.properties

+ 4 - 0
jme3-android/src/com/jme3/gde/android/Bundle.properties

@@ -10,3 +10,7 @@ MobileCustomizerPanel.jLabel3.text=Application Package
 MobileCustomizerPanel.jTextField1.text=jTextField1
 MobileCustomizerPanel.jButton2.text=Run Android Target Configuration Utility
 MobileCustomizerPanel.jTextArea1.text=Tip:\nTo recreate the android build project, uncheck the checkbox and press OK, then open this window again and re-enable the checkbox.
+MobileCustomizerPanel.jTextField1.toolTipText=The package name used when creating the MainActivity
+MobileCustomizerPanel.jComboBox1.toolTipText=The android target platform of this project
+MobileCustomizerPanel.jButton2.toolTipText=Run the android target configuration utility
+MobileCustomizerPanel.jCheckBox1.toolTipText=Creates a "mobile" folder with an android project that is embedded in the build process