summaryrefslogtreecommitdiff
path: root/src/com/benburwell/planes/gui/ViewComponent.java
diff options
context:
space:
mode:
authorBen Burwell <ben.burwell@trifecta.com>2016-11-17 21:36:21 -0500
committerBen Burwell <ben.burwell@trifecta.com>2016-11-17 21:36:21 -0500
commitb632e590f94dbef1a4415100456528772f7014f8 (patch)
tree100202b97b0fd2953e9bf6499e961bb333b32cfe /src/com/benburwell/planes/gui/ViewComponent.java
parentce6c853650b491fbd21170b29ad7f70f578d6829 (diff)
Create tabbed view
Diffstat (limited to 'src/com/benburwell/planes/gui/ViewComponent.java')
-rw-r--r--src/com/benburwell/planes/gui/ViewComponent.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/com/benburwell/planes/gui/ViewComponent.java b/src/com/benburwell/planes/gui/ViewComponent.java
new file mode 100644
index 0000000..91c21cd
--- /dev/null
+++ b/src/com/benburwell/planes/gui/ViewComponent.java
@@ -0,0 +1,10 @@
+package com.benburwell.planes.gui;
+
+import javax.swing.*;
+
+/**
+ * Created by ben on 11/17/16.
+ */
+public interface ViewComponent {
+ JComponent getComponent();
+}