make infotable scrollable, revert its fontsize to 14
[fw/altos] / ao-tools / altosui / AltosFlightUI.java
index 816ffa2374f1c9679344f8ea66c85960627d2cff..f56b3d1bd4cf200a79e6e8736fc1234ceaf486c9 100644 (file)
@@ -156,7 +156,7 @@ public class AltosFlightUI extends JFrame implements AltosFlightDisplay {
                pane.add("Landed", landed);
 
                flightInfo = new AltosInfoTable();
                pane.add("Landed", landed);
 
                flightInfo = new AltosInfoTable();
-               pane.add("Table", flightInfo.box());
+               pane.add("Table", new JScrollPane(flightInfo.box()));
 
         sitemap = new AltosSiteMap();
         pane.add("Site Map", sitemap);
 
         sitemap = new AltosSiteMap();
         pane.add("Site Map", sitemap);