comparison 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
comparison
equal deleted inserted replaced
397:5b496bef0b98 398:b3ef6d14b2b7
1 package jp.ac.u_ryukyu.treevnc.test; 1 package jp.ac.u_ryukyu.treevnc.test;
2 2
3 import jp.ac.u_ryukyu.treevnc.TreeVncRootSelectionPanel; 3 import jp.ac.u_ryukyu.treevnc.TreeVncRootSelectionPanel;
4 4
5 public class TestTextBox { 5 public class TestTextBox {
6 TreeVncRootSelectionPanel text = new TreeVncRootSelectionPanel(); 6 TreeVncRootSelectionPanel text = new TreeVncRootSelectionPanel(null);
7 public static void main(String[] args) { 7 public static void main(String[] args) {
8 TestTextBox t = new TestTextBox(); 8 TestTextBox t = new TestTextBox();
9 t.testText(); 9 t.testText();
10 } 10 }
11 11