.. | .. |
---|
1977 | 1977 | }); |
---|
1978 | 1978 | } |
---|
1979 | 1979 | }); |
---|
1980 | | - |
---|
| 1980 | + |
---|
| 1981 | + fullscenePanel.add(fullsceneButton = GetButton("fullscenes/urbanfuture3.png", !Globals.NIMBUSLAF)); |
---|
| 1982 | + fullsceneButton.setToolTipText("Urban Future!"); |
---|
| 1983 | + fullsceneButton.addActionListener(new ActionListener() |
---|
| 1984 | + { |
---|
| 1985 | + @Override |
---|
| 1986 | + public void actionPerformed(ActionEvent e) |
---|
| 1987 | + { |
---|
| 1988 | + ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/uf3.gfd", new iCallBack() |
---|
| 1989 | + { |
---|
| 1990 | + |
---|
| 1991 | + public void Callback(Object obj) |
---|
| 1992 | + { |
---|
| 1993 | + LoadIt(obj); |
---|
| 1994 | + } |
---|
| 1995 | + |
---|
| 1996 | + public void DragGesture() |
---|
| 1997 | + { |
---|
| 1998 | + } |
---|
| 1999 | + }); |
---|
| 2000 | + } |
---|
| 2001 | + }); |
---|
| 2002 | + |
---|
| 2003 | + fullscenePanel.Return(); |
---|
| 2004 | + |
---|
| 2005 | + fullscenePanel.add(fullsceneButton = GetButton("fullscenes/urbanfuture4.png", !Globals.NIMBUSLAF)); |
---|
| 2006 | + fullsceneButton.setToolTipText("Street Level!"); |
---|
| 2007 | + fullsceneButton.addActionListener(new ActionListener() |
---|
| 2008 | + { |
---|
| 2009 | + @Override |
---|
| 2010 | + public void actionPerformed(ActionEvent e) |
---|
| 2011 | + { |
---|
| 2012 | + ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/uf4.gfd", new iCallBack() |
---|
| 2013 | + { |
---|
| 2014 | + |
---|
| 2015 | + public void Callback(Object obj) |
---|
| 2016 | + { |
---|
| 2017 | + LoadIt(obj); |
---|
| 2018 | + } |
---|
| 2019 | + |
---|
| 2020 | + public void DragGesture() |
---|
| 2021 | + { |
---|
| 2022 | + } |
---|
| 2023 | + }); |
---|
| 2024 | + } |
---|
| 2025 | + }); |
---|
| 2026 | + |
---|
1981 | 2027 | fullscenePanel.add(fullsceneButton = GetButton("fullscenes/venice.png", !Globals.NIMBUSLAF)); |
---|
1982 | 2028 | fullsceneButton.setToolTipText("Venice!"); |
---|
1983 | 2029 | fullsceneButton.addActionListener(new ActionListener() |
---|
.. | .. |
---|
2047 | 2093 | }); |
---|
2048 | 2094 | |
---|
2049 | 2095 | fullscenePanel.Return(); |
---|
2050 | | - |
---|
2051 | | - fullscenePanel.add(fullsceneButton = GetButton("fullscenes/urbanfuture3.png", !Globals.NIMBUSLAF)); |
---|
2052 | | - fullsceneButton.setToolTipText("Urban Future!"); |
---|
| 2096 | + |
---|
| 2097 | + fullscenePanel.add(fullsceneButton = GetButton("fullscenes/tom.png", !Globals.NIMBUSLAF)); |
---|
| 2098 | + fullsceneButton.setToolTipText("Tom!"); |
---|
2053 | 2099 | fullsceneButton.addActionListener(new ActionListener() |
---|
2054 | 2100 | { |
---|
2055 | 2101 | @Override |
---|
2056 | 2102 | public void actionPerformed(ActionEvent e) |
---|
2057 | 2103 | { |
---|
2058 | | - ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/uf3.gfd", new iCallBack() |
---|
| 2104 | + ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/tom.gfd", new iCallBack() |
---|
2059 | 2105 | { |
---|
2060 | 2106 | |
---|
2061 | 2107 | public void Callback(Object obj) |
---|
.. | .. |
---|
2070 | 2116 | } |
---|
2071 | 2117 | }); |
---|
2072 | 2118 | |
---|
2073 | | - fullscenePanel.add(fullsceneButton = GetButton("fullscenes/urbanfuture4.png", !Globals.NIMBUSLAF)); |
---|
2074 | | - fullsceneButton.setToolTipText("Street Level!"); |
---|
| 2119 | + fullscenePanel.add(fullsceneButton = GetButton("fullscenes/adameve.png", !Globals.NIMBUSLAF)); |
---|
| 2120 | + fullsceneButton.setToolTipText("Adam and Eve!"); |
---|
2075 | 2121 | fullsceneButton.addActionListener(new ActionListener() |
---|
2076 | 2122 | { |
---|
2077 | 2123 | @Override |
---|
2078 | 2124 | public void actionPerformed(ActionEvent e) |
---|
2079 | 2125 | { |
---|
2080 | | - ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/uf4.gfd", new iCallBack() |
---|
| 2126 | + ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/adameve.gfd", new iCallBack() |
---|
2081 | 2127 | { |
---|
2082 | 2128 | |
---|
2083 | 2129 | public void Callback(Object obj) |
---|
.. | .. |
---|
2094 | 2140 | |
---|
2095 | 2141 | fullscenePanel.Return(); |
---|
2096 | 2142 | |
---|
2097 | | - fullscenePanel.add(new cGridBag()); |
---|
2098 | | - fullscenePanel.add(new cGridBag()); |
---|
2099 | | - fullscenePanel.Return(); |
---|
2100 | 2143 | fullscenePanel.add(new cGridBag()); |
---|
2101 | 2144 | fullscenePanel.add(new cGridBag()); |
---|
2102 | 2145 | |
---|