org.lobobrowser.util.gui
Class GUITasks

java.lang.Object
  extended by org.lobobrowser.util.gui.GUITasks

public class GUITasks
extends java.lang.Object


Constructor Summary
GUITasks()
           
 
Method Summary
static void drawDashed(java.awt.Graphics g, int x1, int y1, int x2, int y2, int dashSize, int gapSize)
           
static java.awt.Frame getTopFrame()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUITasks

public GUITasks()
Method Detail

getTopFrame

public static java.awt.Frame getTopFrame()

drawDashed

public static void drawDashed(java.awt.Graphics g,
                              int x1,
                              int y1,
                              int x2,
                              int y2,
                              int dashSize,
                              int gapSize)