net.alantea.swing.info.InfoTab Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swingplus Show documentation
Show all versions of swingplus Show documentation
Addons over swing package.
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