JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
is.codion.swing.common.ui
Package
is.codion.swing.common.ui.icon
Interface Logos
public interface
Logos
Provides logos.
Method Summary
Static Methods
Modifier and Type
Method
Description
static
ImageIcon
imageIcon
(
String
resourceName)
static
ImageIcon
logoBlack
()
static
ImageIcon
logoRed
()
static
ImageIcon
logoTransparent
()
Method Details
logoBlack
static
ImageIcon
logoBlack
()
Returns:
icon for the codion logo
logoTransparent
static
ImageIcon
logoTransparent
()
Returns:
icon for the codion logo
logoRed
static
ImageIcon
logoRed
()
Returns:
icon for the codion logo in red
imageIcon
static
ImageIcon
imageIcon
(
String
resourceName)