[Title] set forcus to input name text box at the create view
authorjihye kim <jihye1128.kim@samsung.com>
Fri, 31 Aug 2012 08:17:24 +0000 (17:17 +0900)
committerjihye kim <jihye1128.kim@samsung.com>
Fri, 31 Aug 2012 08:17:24 +0000 (17:17 +0900)
[Type] work
[Module] emulator manager
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

package/pkginfo.manifest
src/org/tizen/emulator/manager/ui/detail/VMPropertyView.java

index ff820d5..e0dbd51 100644 (file)
@@ -1,5 +1,5 @@
 Source: emulator-manager
-Version: 1.3.33
+Version: 1.3.34
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
 
 Package: emulator-manager
index 98a1649..b2d982a 100644 (file)
@@ -121,6 +121,9 @@ public class VMPropertyView implements TableWidgetChangeListener {
                for (TableWidget w  : list) {
                        w.settingWidgetListener(this);
                }
+
+               // NameText widget
+               list.get(0).getWidget().setFocus();
        }
 
        public void modifyView(Button confirm) {