From 7036ce194a7d6f142de14cc54a42e0d024e93532 Mon Sep 17 00:00:00 2001 From: "nor..67" Date: Mon, 5 Sep 2011 23:56:12 +0000 Subject: [PATCH] SDK: - some tooltips for android deployment settings git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8199 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- sdk/jme3-android/src/com/jme3/gde/android/Bundle.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdk/jme3-android/src/com/jme3/gde/android/Bundle.properties b/sdk/jme3-android/src/com/jme3/gde/android/Bundle.properties index 17b42b3f2..b19a7af2d 100644 --- a/sdk/jme3-android/src/com/jme3/gde/android/Bundle.properties +++ b/sdk/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