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 TypeMethodDescriptionnearestSquareIcon
(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.
-