.. | .. |
---|
1889 | 1889 | AddOptions(optionsPanel); //, aConstraints); |
---|
1890 | 1890 | |
---|
1891 | 1891 | sceneTabbedPane.add(FSPane = new cFileSystemPane(this)); |
---|
1892 | | - |
---|
1893 | | - fullscenePanel = new cGridBag(); |
---|
1894 | | - fullscenePanel.setName("Download"); |
---|
1895 | | - sceneTabbedPane.add(fullscenePanel); |
---|
| 1892 | + |
---|
| 1893 | + JTabbedPane fullscenePane = new JTabbedPane(JTabbedPane.LEFT); |
---|
1896 | 1894 | |
---|
| 1895 | + fullscenePane.setName("Download"); |
---|
| 1896 | + sceneTabbedPane.add(fullscenePane); |
---|
| 1897 | + |
---|
| 1898 | + cGridBag fullscenePanel; |
---|
1897 | 1899 | cButton fullsceneButton; |
---|
| 1900 | + |
---|
| 1901 | + fullscenePanel = new cGridBag().setVertical(true); |
---|
| 1902 | + fullscenePanel.setName("Actual"); |
---|
| 1903 | + |
---|
| 1904 | + fullscenePane.add(fullscenePanel); |
---|
| 1905 | + |
---|
| 1906 | + fullscenePanel.add(fullsceneButton = GetButton("fullscenes/alsace.png", !Globals.NIMBUSLAF)); |
---|
| 1907 | + fullsceneButton.setToolTipText("Alsace!"); |
---|
| 1908 | + fullsceneButton.addActionListener(new ActionListener() |
---|
| 1909 | + { |
---|
| 1910 | + @Override |
---|
| 1911 | + public void actionPerformed(ActionEvent e) |
---|
| 1912 | + { |
---|
| 1913 | + ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/Alsace.gfd", new iCallBack() |
---|
| 1914 | + { |
---|
| 1915 | + |
---|
| 1916 | + public void Callback(Object obj) |
---|
| 1917 | + { |
---|
| 1918 | + CameraPane.capsLocked = true; |
---|
| 1919 | + Globals.setLIVE(false); |
---|
| 1920 | + Globals.WALK = true; |
---|
| 1921 | + LoadIt(obj); |
---|
| 1922 | + } |
---|
| 1923 | + |
---|
| 1924 | + public void DragGesture() |
---|
| 1925 | + { |
---|
| 1926 | + } |
---|
| 1927 | + }); |
---|
| 1928 | + } |
---|
| 1929 | + }); |
---|
| 1930 | + |
---|
| 1931 | + fullscenePanel.add(fullsceneButton = GetButton("fullscenes/london.png", !Globals.NIMBUSLAF)); |
---|
| 1932 | + fullsceneButton.setToolTipText("Old London!"); |
---|
| 1933 | + fullsceneButton.addActionListener(new ActionListener() |
---|
| 1934 | + { |
---|
| 1935 | + @Override |
---|
| 1936 | + public void actionPerformed(ActionEvent e) |
---|
| 1937 | + { |
---|
| 1938 | + ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/oldlondon.gfd", new iCallBack() |
---|
| 1939 | + { |
---|
| 1940 | + |
---|
| 1941 | + public void Callback(Object obj) |
---|
| 1942 | + { |
---|
| 1943 | + CameraPane.capsLocked = true; |
---|
| 1944 | + Globals.setLIVE(false); |
---|
| 1945 | + Globals.WALK = true; |
---|
| 1946 | + LoadIt(obj); |
---|
| 1947 | + } |
---|
| 1948 | + |
---|
| 1949 | + public void DragGesture() |
---|
| 1950 | + { |
---|
| 1951 | + } |
---|
| 1952 | + }); |
---|
| 1953 | + } |
---|
| 1954 | + }); |
---|
| 1955 | + |
---|
| 1956 | + fullscenePanel.add(fullsceneButton = GetButton("fullscenes/tuscany.png", !Globals.NIMBUSLAF)); |
---|
| 1957 | + fullsceneButton.setToolTipText("Tuscany!"); |
---|
| 1958 | + fullsceneButton.addActionListener(new ActionListener() |
---|
| 1959 | + { |
---|
| 1960 | + @Override |
---|
| 1961 | + public void actionPerformed(ActionEvent e) |
---|
| 1962 | + { |
---|
| 1963 | + ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/Tuscany.gfd", new iCallBack() |
---|
| 1964 | + { |
---|
| 1965 | + |
---|
| 1966 | + public void Callback(Object obj) |
---|
| 1967 | + { |
---|
| 1968 | + CameraPane.capsLocked = true; |
---|
| 1969 | + Globals.setLIVE(true); |
---|
| 1970 | + Globals.WALK = true; |
---|
| 1971 | + LoadIt(obj); |
---|
| 1972 | + } |
---|
| 1973 | + |
---|
| 1974 | + public void DragGesture() |
---|
| 1975 | + { |
---|
| 1976 | + } |
---|
| 1977 | + }); |
---|
| 1978 | + } |
---|
| 1979 | + }); |
---|
| 1980 | + |
---|
| 1981 | +// fullscenePanel.add(fullsceneButton = GetButton("fullscenes/venice.png", !Globals.NIMBUSLAF)); |
---|
| 1982 | +// fullsceneButton.setToolTipText("Venice!"); |
---|
| 1983 | +// fullsceneButton.addActionListener(new ActionListener() |
---|
| 1984 | +// { |
---|
| 1985 | +// @Override |
---|
| 1986 | +// public void actionPerformed(ActionEvent e) |
---|
| 1987 | +// { |
---|
| 1988 | +// ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/Venice.gfd", new iCallBack() |
---|
| 1989 | +// { |
---|
| 1990 | +// |
---|
| 1991 | +// public void Callback(Object obj) |
---|
| 1992 | +// { |
---|
| 1993 | +// CameraPane.capsLocked = true; |
---|
| 1994 | +// Globals.setLIVE(true); |
---|
| 1995 | +// Globals.WALK = true; |
---|
| 1996 | +// LoadIt(obj); |
---|
| 1997 | +// } |
---|
| 1998 | +// |
---|
| 1999 | +// public void DragGesture() |
---|
| 2000 | +// { |
---|
| 2001 | +// } |
---|
| 2002 | +// }); |
---|
| 2003 | +// } |
---|
| 2004 | +// }); |
---|
| 2005 | + |
---|
| 2006 | + fullscenePanel.add(fullsceneButton = GetButton("fullscenes/yvoire.png", !Globals.NIMBUSLAF)); |
---|
| 2007 | + fullsceneButton.setToolTipText("Yvoire!"); |
---|
| 2008 | + fullsceneButton.addActionListener(new ActionListener() |
---|
| 2009 | + { |
---|
| 2010 | + @Override |
---|
| 2011 | + public void actionPerformed(ActionEvent e) |
---|
| 2012 | + { |
---|
| 2013 | + ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/Yvoire.gfd", new iCallBack() |
---|
| 2014 | + { |
---|
| 2015 | + |
---|
| 2016 | + public void Callback(Object obj) |
---|
| 2017 | + { |
---|
| 2018 | + CameraPane.capsLocked = true; |
---|
| 2019 | + Globals.setLIVE(false); |
---|
| 2020 | + Globals.WALK = true; |
---|
| 2021 | + LoadIt(obj); |
---|
| 2022 | + } |
---|
| 2023 | + |
---|
| 2024 | + public void DragGesture() |
---|
| 2025 | + { |
---|
| 2026 | + } |
---|
| 2027 | + }); |
---|
| 2028 | + } |
---|
| 2029 | + }); |
---|
| 2030 | + |
---|
| 2031 | + fullscenePanel = new cGridBag().setVertical(true); |
---|
| 2032 | + fullscenePanel.setName("Cities"); |
---|
| 2033 | + |
---|
| 2034 | + fullscenePane.add(fullscenePanel); |
---|
| 2035 | + |
---|
| 2036 | + fullscenePanel.add(fullsceneButton = GetButton("fullscenes/desertmotel.png", !Globals.NIMBUSLAF)); |
---|
| 2037 | + fullsceneButton.setToolTipText("Desert Motel!"); |
---|
| 2038 | + fullsceneButton.addActionListener(new ActionListener() |
---|
| 2039 | + { |
---|
| 2040 | + @Override |
---|
| 2041 | + public void actionPerformed(ActionEvent e) |
---|
| 2042 | + { |
---|
| 2043 | + ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/DesertMotel.gfd", new iCallBack() |
---|
| 2044 | + { |
---|
| 2045 | + |
---|
| 2046 | + public void Callback(Object obj) |
---|
| 2047 | + { |
---|
| 2048 | + CameraPane.capsLocked = true; |
---|
| 2049 | + Globals.setLIVE(false); |
---|
| 2050 | + Globals.WALK = true; |
---|
| 2051 | + LoadIt(obj); |
---|
| 2052 | + } |
---|
| 2053 | + |
---|
| 2054 | + public void DragGesture() |
---|
| 2055 | + { |
---|
| 2056 | + } |
---|
| 2057 | + }); |
---|
| 2058 | + } |
---|
| 2059 | + }); |
---|
| 2060 | + |
---|
| 2061 | + fullscenePanel.add(fullsceneButton = GetButton("fullscenes/SandyBay.png", !Globals.NIMBUSLAF)); |
---|
| 2062 | + fullsceneButton.setToolTipText("Sandy Bay!"); |
---|
| 2063 | + fullsceneButton.addActionListener(new ActionListener() |
---|
| 2064 | + { |
---|
| 2065 | + @Override |
---|
| 2066 | + public void actionPerformed(ActionEvent e) |
---|
| 2067 | + { |
---|
| 2068 | + ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/SandyBay.gfd", new iCallBack() |
---|
| 2069 | + { |
---|
| 2070 | + |
---|
| 2071 | + public void Callback(Object obj) |
---|
| 2072 | + { |
---|
| 2073 | + CameraPane.capsLocked = true; |
---|
| 2074 | + Globals.setLIVE(false); |
---|
| 2075 | + Globals.WALK = true; |
---|
| 2076 | + LoadIt(obj); |
---|
| 2077 | + } |
---|
| 2078 | + |
---|
| 2079 | + public void DragGesture() |
---|
| 2080 | + { |
---|
| 2081 | + } |
---|
| 2082 | + }); |
---|
| 2083 | + } |
---|
| 2084 | + }); |
---|
| 2085 | + |
---|
| 2086 | + fullscenePanel.add(fullsceneButton = GetButton("fullscenes/UrbanSprawl.png", !Globals.NIMBUSLAF)); |
---|
| 2087 | + fullsceneButton.setToolTipText("Urban Sprawl!"); |
---|
| 2088 | + fullsceneButton.addActionListener(new ActionListener() |
---|
| 2089 | + { |
---|
| 2090 | + @Override |
---|
| 2091 | + public void actionPerformed(ActionEvent e) |
---|
| 2092 | + { |
---|
| 2093 | + ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/UrbanSprawl.gfd", new iCallBack() |
---|
| 2094 | + { |
---|
| 2095 | + |
---|
| 2096 | + public void Callback(Object obj) |
---|
| 2097 | + { |
---|
| 2098 | + CameraPane.capsLocked = true; |
---|
| 2099 | + Globals.setLIVE(false); |
---|
| 2100 | + Globals.WALK = true; |
---|
| 2101 | + LoadIt(obj); |
---|
| 2102 | + } |
---|
| 2103 | + |
---|
| 2104 | + public void DragGesture() |
---|
| 2105 | + { |
---|
| 2106 | + } |
---|
| 2107 | + }); |
---|
| 2108 | + } |
---|
| 2109 | + }); |
---|
| 2110 | + |
---|
| 2111 | + // Medieval City |
---|
| 2112 | + fullscenePanel.add(new cGridBag()); |
---|
| 2113 | + |
---|
| 2114 | + fullscenePanel = new cGridBag().setVertical(true); |
---|
| 2115 | + fullscenePanel.setName("Fictive"); |
---|
| 2116 | + |
---|
| 2117 | + fullscenePane.add(fullscenePanel); |
---|
| 2118 | + |
---|
| 2119 | + fullscenePanel.add(fullsceneButton = GetButton("fullscenes/ninja.png", !Globals.NIMBUSLAF)); |
---|
| 2120 | + fullsceneButton.setToolTipText("Ninja Village!"); |
---|
| 2121 | + fullsceneButton.addActionListener(new ActionListener() |
---|
| 2122 | + { |
---|
| 2123 | + @Override |
---|
| 2124 | + public void actionPerformed(ActionEvent e) |
---|
| 2125 | + { |
---|
| 2126 | + ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/NinjaVillage.gfd", new iCallBack() |
---|
| 2127 | + { |
---|
| 2128 | + |
---|
| 2129 | + public void Callback(Object obj) |
---|
| 2130 | + { |
---|
| 2131 | + CameraPane.capsLocked = true; |
---|
| 2132 | + Globals.setLIVE(false); |
---|
| 2133 | + Globals.WALK = true; |
---|
| 2134 | + LoadIt(obj); |
---|
| 2135 | + } |
---|
| 2136 | + |
---|
| 2137 | + public void DragGesture() |
---|
| 2138 | + { |
---|
| 2139 | + } |
---|
| 2140 | + }); |
---|
| 2141 | + } |
---|
| 2142 | + }); |
---|
| 2143 | + |
---|
| 2144 | + fullscenePanel.add(fullsceneButton = GetButton("fullscenes/skullcove.png", !Globals.NIMBUSLAF)); |
---|
| 2145 | + fullsceneButton.setToolTipText("Skull Cove Island!"); |
---|
| 2146 | + fullsceneButton.addActionListener(new ActionListener() |
---|
| 2147 | + { |
---|
| 2148 | + @Override |
---|
| 2149 | + public void actionPerformed(ActionEvent e) |
---|
| 2150 | + { |
---|
| 2151 | + ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/SkullCoveIsland.gfd", new iCallBack() |
---|
| 2152 | + { |
---|
| 2153 | + |
---|
| 2154 | + public void Callback(Object obj) |
---|
| 2155 | + { |
---|
| 2156 | + CameraPane.capsLocked = true; |
---|
| 2157 | + Globals.setLIVE(true); |
---|
| 2158 | + Globals.WALK = true; |
---|
| 2159 | + LoadIt(obj); |
---|
| 2160 | + } |
---|
| 2161 | + |
---|
| 2162 | + public void DragGesture() |
---|
| 2163 | + { |
---|
| 2164 | + } |
---|
| 2165 | + }); |
---|
| 2166 | + } |
---|
| 2167 | + }); |
---|
| 2168 | + |
---|
| 2169 | + fullscenePanel.add(fullsceneButton = GetButton("fullscenes/viking.png", !Globals.NIMBUSLAF)); |
---|
| 2170 | + fullsceneButton.setToolTipText("Viking Village!"); |
---|
| 2171 | + fullsceneButton.addActionListener(new ActionListener() |
---|
| 2172 | + { |
---|
| 2173 | + @Override |
---|
| 2174 | + public void actionPerformed(ActionEvent e) |
---|
| 2175 | + { |
---|
| 2176 | + ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/VikingVillage.gfd", new iCallBack() |
---|
| 2177 | + { |
---|
| 2178 | + |
---|
| 2179 | + public void Callback(Object obj) |
---|
| 2180 | + { |
---|
| 2181 | + CameraPane.capsLocked = true; |
---|
| 2182 | + Globals.setLIVE(false); |
---|
| 2183 | + Globals.WALK = true; |
---|
| 2184 | + LoadIt(obj); |
---|
| 2185 | + } |
---|
| 2186 | + |
---|
| 2187 | + public void DragGesture() |
---|
| 2188 | + { |
---|
| 2189 | + } |
---|
| 2190 | + }); |
---|
| 2191 | + } |
---|
| 2192 | + }); |
---|
| 2193 | + |
---|
| 2194 | + // Skull Mountain |
---|
| 2195 | + fullscenePanel.add(new cGridBag()); |
---|
| 2196 | + |
---|
| 2197 | + fullscenePanel = new cGridBag().setVertical(true); |
---|
| 2198 | + fullscenePanel.setName("Figures"); |
---|
| 2199 | + |
---|
| 2200 | + fullscenePane.add(fullscenePanel); |
---|
1898 | 2201 | |
---|
1899 | 2202 | fullscenePanel.add(fullsceneButton = GetButton("fullscenes/tom.png", !Globals.NIMBUSLAF)); |
---|
1900 | 2203 | fullsceneButton.setToolTipText("Tom!"); |
---|
.. | .. |
---|
1946 | 2249 | } |
---|
1947 | 2250 | }); |
---|
1948 | 2251 | |
---|
1949 | | - fullscenePanel.Return(); |
---|
| 2252 | + fullscenePanel.add(new cGridBag()); |
---|
| 2253 | + fullscenePanel.add(new cGridBag()); |
---|
1950 | 2254 | |
---|
1951 | | - fullscenePanel.add(fullsceneButton = GetButton("fullscenes/alsace.png", !Globals.NIMBUSLAF)); |
---|
1952 | | - fullsceneButton.setToolTipText("Alsace!"); |
---|
| 2255 | + fullscenePanel = new cGridBag().setVertical(true); |
---|
| 2256 | + fullscenePanel.setName("Futuristic"); |
---|
| 2257 | + |
---|
| 2258 | + fullscenePane.add(fullscenePanel); |
---|
| 2259 | + |
---|
| 2260 | + fullscenePanel.add(fullsceneButton = GetButton("fullscenes/GCB2.png", !Globals.NIMBUSLAF)); |
---|
| 2261 | + fullsceneButton.setToolTipText("Greeble City II"); |
---|
1953 | 2262 | fullsceneButton.addActionListener(new ActionListener() |
---|
1954 | 2263 | { |
---|
1955 | 2264 | @Override |
---|
1956 | 2265 | public void actionPerformed(ActionEvent e) |
---|
1957 | 2266 | { |
---|
1958 | | - ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/Alsace.gfd", new iCallBack() |
---|
| 2267 | + ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/gcb2.gfd", new iCallBack() |
---|
1959 | 2268 | { |
---|
1960 | 2269 | |
---|
1961 | 2270 | public void Callback(Object obj) |
---|
1962 | 2271 | { |
---|
1963 | 2272 | CameraPane.capsLocked = true; |
---|
1964 | 2273 | Globals.setLIVE(false); |
---|
1965 | | - Globals.WALK = true; |
---|
| 2274 | + Globals.WALK = false; |
---|
1966 | 2275 | LoadIt(obj); |
---|
1967 | 2276 | } |
---|
1968 | 2277 | |
---|
.. | .. |
---|
1972 | 2281 | }); |
---|
1973 | 2282 | } |
---|
1974 | 2283 | }); |
---|
1975 | | - |
---|
1976 | | - fullscenePanel.add(fullsceneButton = GetButton("fullscenes/desertmotel.png", !Globals.NIMBUSLAF)); |
---|
1977 | | - fullsceneButton.setToolTipText("Desert Motel!"); |
---|
| 2284 | + |
---|
| 2285 | + fullscenePanel.add(fullsceneButton = GetButton("fullscenes/GCB3.png", !Globals.NIMBUSLAF)); |
---|
| 2286 | + fullsceneButton.setToolTipText("Greeble City III"); |
---|
1978 | 2287 | fullsceneButton.addActionListener(new ActionListener() |
---|
1979 | 2288 | { |
---|
1980 | 2289 | @Override |
---|
1981 | 2290 | public void actionPerformed(ActionEvent e) |
---|
1982 | 2291 | { |
---|
1983 | | - ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/DesertMotel.gfd", new iCallBack() |
---|
| 2292 | + ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/gcb3.gfd", new iCallBack() |
---|
1984 | 2293 | { |
---|
1985 | 2294 | |
---|
1986 | 2295 | public void Callback(Object obj) |
---|
1987 | 2296 | { |
---|
1988 | 2297 | CameraPane.capsLocked = true; |
---|
1989 | 2298 | Globals.setLIVE(false); |
---|
1990 | | - Globals.WALK = true; |
---|
| 2299 | + Globals.WALK = false; |
---|
1991 | 2300 | LoadIt(obj); |
---|
1992 | 2301 | } |
---|
1993 | 2302 | |
---|
.. | .. |
---|
1997 | 2306 | }); |
---|
1998 | 2307 | } |
---|
1999 | 2308 | }); |
---|
2000 | | - |
---|
2001 | | - fullscenePanel.Return(); |
---|
2002 | | - |
---|
2003 | | - fullscenePanel.add(fullsceneButton = GetButton("fullscenes/london.png", !Globals.NIMBUSLAF)); |
---|
2004 | | - fullsceneButton.setToolTipText("Old London!"); |
---|
2005 | | - fullsceneButton.addActionListener(new ActionListener() |
---|
2006 | | - { |
---|
2007 | | - @Override |
---|
2008 | | - public void actionPerformed(ActionEvent e) |
---|
2009 | | - { |
---|
2010 | | - ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/oldlondon.gfd", new iCallBack() |
---|
2011 | | - { |
---|
2012 | | - |
---|
2013 | | - public void Callback(Object obj) |
---|
2014 | | - { |
---|
2015 | | - CameraPane.capsLocked = true; |
---|
2016 | | - Globals.setLIVE(false); |
---|
2017 | | - Globals.WALK = true; |
---|
2018 | | - LoadIt(obj); |
---|
2019 | | - } |
---|
2020 | | - |
---|
2021 | | - public void DragGesture() |
---|
2022 | | - { |
---|
2023 | | - } |
---|
2024 | | - }); |
---|
2025 | | - } |
---|
2026 | | - }); |
---|
2027 | | - |
---|
2028 | | - fullscenePanel.add(fullsceneButton = GetButton("fullscenes/skullcove.png", !Globals.NIMBUSLAF)); |
---|
2029 | | - fullsceneButton.setToolTipText("Skull Cove Island!"); |
---|
2030 | | - fullsceneButton.addActionListener(new ActionListener() |
---|
2031 | | - { |
---|
2032 | | - @Override |
---|
2033 | | - public void actionPerformed(ActionEvent e) |
---|
2034 | | - { |
---|
2035 | | - ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/SkullCoveIsland.gfd", new iCallBack() |
---|
2036 | | - { |
---|
2037 | | - |
---|
2038 | | - public void Callback(Object obj) |
---|
2039 | | - { |
---|
2040 | | - CameraPane.capsLocked = true; |
---|
2041 | | - Globals.setLIVE(true); |
---|
2042 | | - Globals.WALK = true; |
---|
2043 | | - LoadIt(obj); |
---|
2044 | | - } |
---|
2045 | | - |
---|
2046 | | - public void DragGesture() |
---|
2047 | | - { |
---|
2048 | | - } |
---|
2049 | | - }); |
---|
2050 | | - } |
---|
2051 | | - }); |
---|
2052 | | - |
---|
2053 | | - fullscenePanel.Return(); |
---|
2054 | | - |
---|
2055 | | - fullscenePanel.add(fullsceneButton = GetButton("fullscenes/tuscany.png", !Globals.NIMBUSLAF)); |
---|
2056 | | - fullsceneButton.setToolTipText("Tuscany!"); |
---|
2057 | | - fullsceneButton.addActionListener(new ActionListener() |
---|
2058 | | - { |
---|
2059 | | - @Override |
---|
2060 | | - public void actionPerformed(ActionEvent e) |
---|
2061 | | - { |
---|
2062 | | - ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/Tuscany.gfd", new iCallBack() |
---|
2063 | | - { |
---|
2064 | | - |
---|
2065 | | - public void Callback(Object obj) |
---|
2066 | | - { |
---|
2067 | | - CameraPane.capsLocked = true; |
---|
2068 | | - Globals.setLIVE(true); |
---|
2069 | | - Globals.WALK = true; |
---|
2070 | | - LoadIt(obj); |
---|
2071 | | - } |
---|
2072 | | - |
---|
2073 | | - public void DragGesture() |
---|
2074 | | - { |
---|
2075 | | - } |
---|
2076 | | - }); |
---|
2077 | | - } |
---|
2078 | | - }); |
---|
2079 | | - |
---|
| 2309 | + |
---|
2080 | 2310 | fullscenePanel.add(fullsceneButton = GetButton("fullscenes/urbanfuture3.png", !Globals.NIMBUSLAF)); |
---|
2081 | 2311 | fullsceneButton.setToolTipText("Urban Future!"); |
---|
2082 | 2312 | fullsceneButton.addActionListener(new ActionListener() |
---|
.. | .. |
---|
2101 | 2331 | }); |
---|
2102 | 2332 | } |
---|
2103 | 2333 | }); |
---|
2104 | | - |
---|
2105 | | - fullscenePanel.Return(); |
---|
2106 | 2334 | |
---|
2107 | 2335 | fullscenePanel.add(fullsceneButton = GetButton("fullscenes/urbanfuture4.png", !Globals.NIMBUSLAF)); |
---|
2108 | 2336 | fullsceneButton.setToolTipText("Street Level!"); |
---|
.. | .. |
---|
2129 | 2357 | } |
---|
2130 | 2358 | }); |
---|
2131 | 2359 | |
---|
2132 | | - fullscenePanel.add(fullsceneButton = GetButton("fullscenes/venice.png", !Globals.NIMBUSLAF)); |
---|
2133 | | - fullsceneButton.setToolTipText("Venice!"); |
---|
2134 | | - fullsceneButton.addActionListener(new ActionListener() |
---|
2135 | | - { |
---|
2136 | | - @Override |
---|
2137 | | - public void actionPerformed(ActionEvent e) |
---|
2138 | | - { |
---|
2139 | | - ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/Venice.gfd", new iCallBack() |
---|
2140 | | - { |
---|
2141 | | - |
---|
2142 | | - public void Callback(Object obj) |
---|
2143 | | - { |
---|
2144 | | - CameraPane.capsLocked = true; |
---|
2145 | | - Globals.setLIVE(true); |
---|
2146 | | - Globals.WALK = true; |
---|
2147 | | - LoadIt(obj); |
---|
2148 | | - } |
---|
2149 | | - |
---|
2150 | | - public void DragGesture() |
---|
2151 | | - { |
---|
2152 | | - } |
---|
2153 | | - }); |
---|
2154 | | - } |
---|
2155 | | - }); |
---|
2156 | | - |
---|
2157 | | - fullscenePanel.Return(); |
---|
2158 | | - |
---|
2159 | | - fullscenePanel.add(fullsceneButton = GetButton("fullscenes/viking.png", !Globals.NIMBUSLAF)); |
---|
2160 | | - fullsceneButton.setToolTipText("Viking Village!"); |
---|
2161 | | - fullsceneButton.addActionListener(new ActionListener() |
---|
2162 | | - { |
---|
2163 | | - @Override |
---|
2164 | | - public void actionPerformed(ActionEvent e) |
---|
2165 | | - { |
---|
2166 | | - ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/VikingVillage.gfd", new iCallBack() |
---|
2167 | | - { |
---|
2168 | | - |
---|
2169 | | - public void Callback(Object obj) |
---|
2170 | | - { |
---|
2171 | | - CameraPane.capsLocked = true; |
---|
2172 | | - Globals.setLIVE(false); |
---|
2173 | | - Globals.WALK = true; |
---|
2174 | | - LoadIt(obj); |
---|
2175 | | - } |
---|
2176 | | - |
---|
2177 | | - public void DragGesture() |
---|
2178 | | - { |
---|
2179 | | - } |
---|
2180 | | - }); |
---|
2181 | | - } |
---|
2182 | | - }); |
---|
2183 | | - |
---|
2184 | | - fullscenePanel.add(fullsceneButton = GetButton("fullscenes/yvoire.png", !Globals.NIMBUSLAF)); |
---|
2185 | | - fullsceneButton.setToolTipText("Yvoire!"); |
---|
2186 | | - fullsceneButton.addActionListener(new ActionListener() |
---|
2187 | | - { |
---|
2188 | | - @Override |
---|
2189 | | - public void actionPerformed(ActionEvent e) |
---|
2190 | | - { |
---|
2191 | | - ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/Yvoire.gfd", new iCallBack() |
---|
2192 | | - { |
---|
2193 | | - |
---|
2194 | | - public void Callback(Object obj) |
---|
2195 | | - { |
---|
2196 | | - CameraPane.capsLocked = true; |
---|
2197 | | - Globals.setLIVE(false); |
---|
2198 | | - Globals.WALK = true; |
---|
2199 | | - LoadIt(obj); |
---|
2200 | | - } |
---|
2201 | | - |
---|
2202 | | - public void DragGesture() |
---|
2203 | | - { |
---|
2204 | | - } |
---|
2205 | | - }); |
---|
2206 | | - } |
---|
2207 | | - }); |
---|
2208 | | - |
---|
2209 | | - fullscenePanel.Return(); |
---|
2210 | | - |
---|
2211 | 2360 | sceneTabbedPane.add(optionsPanel); |
---|
2212 | 2361 | |
---|
2213 | 2362 | scenePanel.add(sceneTabbedPane); |
---|
.. | .. |
---|
3420 | 3569 | //? flashIt = false; |
---|
3421 | 3570 | CameraPane pane = (CameraPane) cameraView; |
---|
3422 | 3571 | pane.clickStart(location.x, location.y, 0, 0); |
---|
3423 | | - pane.clickEnd(location.x, location.y, 0, true); |
---|
| 3572 | + pane.clickEnd(location.x, location.y, 0, 0, true); |
---|
3424 | 3573 | |
---|
3425 | 3574 | if (group.selection.size() == 1) |
---|
3426 | 3575 | { |
---|
.. | .. |
---|
6788 | 6937 | cGridBag materialPanel; |
---|
6789 | 6938 | cGridBag ctrlPanel; |
---|
6790 | 6939 | cGridBag figurePanel; |
---|
6791 | | - cGridBag fullscenePanel; |
---|
| 6940 | + //cGridBag fullscenePanel; |
---|
6792 | 6941 | |
---|
6793 | 6942 | JScrollPane infoPanel; |
---|
6794 | 6943 | |
---|