org.auxilum.opengl.robot
Class Util

java.lang.Object
  extended byorg.auxilum.opengl.robot.Util

public class Util
extends java.lang.Object


Constructor Summary
Util()
          Method Util
 
Method Summary
static boolean checkLib(java.lang.String libname)
          Check if the library is available based on filename
static javax.swing.ImageIcon createImageIcon(java.lang.String path)
          Returns an ImageIcon, or null if the path was invalid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Util

Method Detail

checkLib

public static boolean checkLib(java.lang.String libname)
Check if the library is available based on filename


createImageIcon

public static javax.swing.ImageIcon createImageIcon(java.lang.String path)
Returns an ImageIcon, or null if the path was invalid.