.. | .. |
---|
1875 | 1875 | } |
---|
1876 | 1876 | }); |
---|
1877 | 1877 | |
---|
| 1878 | + fullscenePanel.add(fullsceneButton = GetButton("fullscenes/desertmotel.png", !Globals.NIMBUSLAF)); |
---|
| 1879 | + fullsceneButton.setToolTipText("Desert Motel!"); |
---|
| 1880 | + fullsceneButton.addActionListener(new ActionListener() |
---|
| 1881 | + { |
---|
| 1882 | + @Override |
---|
| 1883 | + public void actionPerformed(ActionEvent e) |
---|
| 1884 | + { |
---|
| 1885 | + ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/DesertMotel.gfd", new iCallBack() |
---|
| 1886 | + { |
---|
| 1887 | + |
---|
| 1888 | + public void Callback(Object obj) |
---|
| 1889 | + { |
---|
| 1890 | + LoadIt(obj); |
---|
| 1891 | + } |
---|
| 1892 | + |
---|
| 1893 | + public void DragGesture() |
---|
| 1894 | + { |
---|
| 1895 | + } |
---|
| 1896 | + }); |
---|
| 1897 | + } |
---|
| 1898 | + }); |
---|
| 1899 | + |
---|
| 1900 | + fullscenePanel.Return(); |
---|
| 1901 | + |
---|
1878 | 1902 | fullscenePanel.add(fullsceneButton = GetButton("fullscenes/london.png", !Globals.NIMBUSLAF)); |
---|
1879 | 1903 | fullsceneButton.setToolTipText("Old London!"); |
---|
1880 | 1904 | fullsceneButton.addActionListener(new ActionListener() |
---|
.. | .. |
---|
1897 | 1921 | } |
---|
1898 | 1922 | }); |
---|
1899 | 1923 | |
---|
| 1924 | + fullscenePanel.add(fullsceneButton = GetButton("fullscenes/skullcove.png", !Globals.NIMBUSLAF)); |
---|
| 1925 | + fullsceneButton.setToolTipText("Skull Cove Island!"); |
---|
| 1926 | + fullsceneButton.addActionListener(new ActionListener() |
---|
| 1927 | + { |
---|
| 1928 | + @Override |
---|
| 1929 | + public void actionPerformed(ActionEvent e) |
---|
| 1930 | + { |
---|
| 1931 | + ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/SkullCoveIsland.gfd", new iCallBack() |
---|
| 1932 | + { |
---|
| 1933 | + |
---|
| 1934 | + public void Callback(Object obj) |
---|
| 1935 | + { |
---|
| 1936 | + LoadIt(obj); |
---|
| 1937 | + } |
---|
| 1938 | + |
---|
| 1939 | + public void DragGesture() |
---|
| 1940 | + { |
---|
| 1941 | + } |
---|
| 1942 | + }); |
---|
| 1943 | + } |
---|
| 1944 | + }); |
---|
| 1945 | + |
---|
1900 | 1946 | fullscenePanel.Return(); |
---|
1901 | 1947 | |
---|
| 1948 | + fullscenePanel.add(fullsceneButton = GetButton("fullscenes/tuscany.png", !Globals.NIMBUSLAF)); |
---|
| 1949 | + fullsceneButton.setToolTipText("Tuscany!"); |
---|
| 1950 | + fullsceneButton.addActionListener(new ActionListener() |
---|
| 1951 | + { |
---|
| 1952 | + @Override |
---|
| 1953 | + public void actionPerformed(ActionEvent e) |
---|
| 1954 | + { |
---|
| 1955 | + ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/Tuscany.gfd", new iCallBack() |
---|
| 1956 | + { |
---|
| 1957 | + |
---|
| 1958 | + public void Callback(Object obj) |
---|
| 1959 | + { |
---|
| 1960 | + LoadIt(obj); |
---|
| 1961 | + } |
---|
| 1962 | + |
---|
| 1963 | + public void DragGesture() |
---|
| 1964 | + { |
---|
| 1965 | + } |
---|
| 1966 | + }); |
---|
| 1967 | + } |
---|
| 1968 | + }); |
---|
| 1969 | + |
---|
1902 | 1970 | fullscenePanel.add(fullsceneButton = GetButton("fullscenes/venice.png", !Globals.NIMBUSLAF)); |
---|
1903 | 1971 | fullsceneButton.setToolTipText("Venice!"); |
---|
1904 | 1972 | fullsceneButton.addActionListener(new ActionListener() |
---|
.. | .. |
---|
1921 | 1989 | } |
---|
1922 | 1990 | }); |
---|
1923 | 1991 | |
---|
| 1992 | + fullscenePanel.Return(); |
---|
| 1993 | + |
---|
1924 | 1994 | fullscenePanel.add(fullsceneButton = GetButton("fullscenes/viking.png", !Globals.NIMBUSLAF)); |
---|
1925 | 1995 | fullsceneButton.setToolTipText("Viking Village!"); |
---|
1926 | 1996 | fullsceneButton.addActionListener(new ActionListener() |
---|
.. | .. |
---|
1943 | 2013 | } |
---|
1944 | 2014 | }); |
---|
1945 | 2015 | |
---|
1946 | | - fullscenePanel.Return(); |
---|
1947 | | - |
---|
1948 | 2016 | fullscenePanel.add(fullsceneButton = GetButton("fullscenes/yvoire.png", !Globals.NIMBUSLAF)); |
---|
1949 | 2017 | fullsceneButton.setToolTipText("Yvoire!"); |
---|
1950 | 2018 | fullsceneButton.addActionListener(new ActionListener() |
---|
.. | .. |
---|
1967 | 2035 | } |
---|
1968 | 2036 | }); |
---|
1969 | 2037 | |
---|
1970 | | - fullscenePanel.add(fullsceneButton = GetButton("fullscenes/skullcove.png", !Globals.NIMBUSLAF)); |
---|
1971 | | - fullsceneButton.setToolTipText("Skull Cove Island!"); |
---|
1972 | | - fullsceneButton.addActionListener(new ActionListener() |
---|
1973 | | - { |
---|
1974 | | - @Override |
---|
1975 | | - public void actionPerformed(ActionEvent e) |
---|
1976 | | - { |
---|
1977 | | - ReadGFD("https://www.noaofarc.ca/akeeba/categories/Applications/SkullCoveIsland.gfd", new iCallBack() |
---|
1978 | | - { |
---|
1979 | | - |
---|
1980 | | - public void Callback(Object obj) |
---|
1981 | | - { |
---|
1982 | | - LoadIt(obj); |
---|
1983 | | - } |
---|
1984 | | - |
---|
1985 | | - public void DragGesture() |
---|
1986 | | - { |
---|
1987 | | - } |
---|
1988 | | - }); |
---|
1989 | | - } |
---|
1990 | | - }); |
---|
1991 | | - |
---|
1992 | 2038 | fullscenePanel.Return(); |
---|
1993 | 2039 | |
---|
1994 | | - fullscenePanel.add(new cGridBag()); |
---|
1995 | | - fullscenePanel.add(new cGridBag()); |
---|
1996 | | - fullscenePanel.Return(); |
---|
1997 | 2040 | fullscenePanel.add(new cGridBag()); |
---|
1998 | 2041 | fullscenePanel.add(new cGridBag()); |
---|
1999 | 2042 | fullscenePanel.Return(); |
---|