All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.alantea.swing.info.InfoTab Maven / Gradle / Ivy

The newest version!
package net.alantea.swing.info;

import javax.swing.JPanel;

import net.alantea.swing.Application;
import net.alantea.swing.misc.ResourceManager;
import net.alantea.utils.MultiMessages;

@SuppressWarnings("serial")
public class InfoTab extends JPanel
{
   public InfoTab(String key, String imagePath)
   {
      super();
      Application.getInfoFolder().addTab(MultiMessages.get(key), ResourceManager.getIcon(imagePath), this);
   }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy