From 603d7e015bb60eeafa49bf42c2c747c8846e6c46 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 19 Nov 2016 13:06:00 -0500 Subject: Use altitude to color planes --- src/com/benburwell/planes/gui/Main1090.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/com/benburwell/planes/gui/Main1090.java') 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() { -- cgit v1.2.3