Package eu.bandm.tools.graficUtils
Class BasicAwtTools
java.lang.Object
eu.bandm.tools.graficUtils.BasicAwtTools
Utility class for low-level inquiries on AWT windows etc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <C> C
nearestContainer
(Class<C> c, Component here) nearestSquareIcon
(Window window, int size) Deliver the icon which is nearest to the given size.
-
Method Details
-
nearestSquareIcon
Deliver the icon which is nearest to the given size. Assume that the images are square i.e. width == height. -
nearestContainer
-