Class GuiMap

    • Constructor Detail

      • GuiMap

        public GuiMap()
    • Method Detail

      • setupLabels

        private void setupLabels()
      • moreLabels

        protected void moreLabels​(Map<String,​String> labels)
        Add more labels if desired
        Parameters:
        labels -
      • newJCheckBox

        public JCheckBox newJCheckBox​(String key,
                                      boolean isChecked)
      • setSelected

        public void setSelected​(String key,
                                boolean b)
      • setEnabled

        public void setEnabled​(String key,
                               boolean b)
      • updateLabels

        public void updateLabels()
      • translate

        public static String translate​(String str)
      • getResource

        public static URL getResource​(Object object,
                                      String fileName)
      • getHtmlResource

        public static URL getHtmlResource​(Object object,
                                          String root)
      • getResource

        public static URL getResource​(Object object,
                                      String fileName,
                                      boolean flagError)
        Parameters:
        object - UNUSED
        fileName -
        flagError -
        Returns:
        URL
      • setTranslations

        private static void setTranslations()
        allows for web page material to be internationalized, inserting language-specific code, as for WebExport, or by inserting boiler-plate information, as for About_xx.html