summaryrefslogtreecommitdiff
path: root/src/graphyx/gui/InfoPanel.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphyx/gui/InfoPanel.scala')
-rw-r--r--src/graphyx/gui/InfoPanel.scala6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/graphyx/gui/InfoPanel.scala b/src/graphyx/gui/InfoPanel.scala
index 6e58ba3..d9dad43 100644
--- a/src/graphyx/gui/InfoPanel.scala
+++ b/src/graphyx/gui/InfoPanel.scala
@@ -7,9 +7,11 @@
package graphyx.gui
import scala.swing._
+import scala.swing._
+
class InfoPanel(container: Container) extends BoxPanel(Orientation.Vertical){
- preferredSize = (200, 50)
-
+ preferredSize = new java.awt.Dimension(200, 50)
+
val out = new TextArea
out.editable = false
contents += out