diff src/main/java/jp/ac/u_ryukyu/treevnc/test/TestTextBox.java @ 398:b3ef6d14b2b7

Select Mode to start Panel
author innparusu
date Mon, 12 Oct 2015 19:50:54 +0900
parents 2b3eb4a9492f
children
line wrap: on
line diff
--- a/src/main/java/jp/ac/u_ryukyu/treevnc/test/TestTextBox.java	Mon Oct 12 19:10:07 2015 +0900
+++ b/src/main/java/jp/ac/u_ryukyu/treevnc/test/TestTextBox.java	Mon Oct 12 19:50:54 2015 +0900
@@ -3,7 +3,7 @@
 import jp.ac.u_ryukyu.treevnc.TreeVncRootSelectionPanel;
 
 public class TestTextBox {
-	TreeVncRootSelectionPanel text = new TreeVncRootSelectionPanel();
+	TreeVncRootSelectionPanel text = new TreeVncRootSelectionPanel(null);
 	public static void main(String[] args) {
 			TestTextBox t = new TestTextBox();
 			t.testText();