summaryrefslogtreecommitdiff
path: root/src/com/benburwell/planes/gui/Main1090.java
diff options
context:
space:
mode:
authorBen Burwell <ben.burwell@trifecta.com>2016-11-19 13:06:00 -0500
committerBen Burwell <ben.burwell@trifecta.com>2016-11-19 13:06:00 -0500
commit603d7e015bb60eeafa49bf42c2c747c8846e6c46 (patch)
tree7b5efd06f51ccb9eb60eae3c903aa57d90045e4c /src/com/benburwell/planes/gui/Main1090.java
parentb8c30e5edd18fc830b944431fda32334af1f9801 (diff)
Use altitude to color planes
Diffstat (limited to 'src/com/benburwell/planes/gui/Main1090.java')
-rw-r--r--src/com/benburwell/planes/gui/Main1090.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/benburwell/planes/gui/Main1090.java b/src/com/benburwell/planes/gui/Main1090.java
index 16c03d6..d7fc830 100644
--- a/src/com/benburwell/planes/gui/Main1090.java
+++ b/src/com/benburwell/planes/gui/Main1090.java
@@ -6,6 +6,7 @@ package com.benburwell.planes.gui;
import com.benburwell.planes.sbs.*;
import com.benburwell.planes.data.*;
+import com.benburwell.planes.gui.aircraftmap.*;
import java.awt.*;
import javax.swing.*;
@@ -43,6 +44,8 @@ public class Main1090 extends JFrame {
this.add(this.tabbedPane);
this.tabbedPane.setTabLayoutPolicy(JTabbedPane.SCROLL_TAB_LAYOUT);
+
+ this.tabbedPane.setSelectedIndex(1);
}
private void createMenuBar() {