org.openmobileis.modules.common.gui
Class PocketPCSynchroProgressBar

java.lang.Object
  extended byorg.openmobileis.modules.common.gui.PocketPCSynchroProgressBar

public final class PocketPCSynchroProgressBar
extends java.lang.Object

Author:
phil

Field Summary
static java.awt.Color WHITE
           
 
Constructor Summary
PocketPCSynchroProgressBar()
           
PocketPCSynchroProgressBar(java.lang.String frameName)
           
 
Method Summary
 void dispose()
           
 void setProgressBar(int percent)
          show the specified percentage of the progress bar
 void setVisible()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WHITE

public static final java.awt.Color WHITE
Constructor Detail

PocketPCSynchroProgressBar

public PocketPCSynchroProgressBar(java.lang.String frameName)

PocketPCSynchroProgressBar

public PocketPCSynchroProgressBar()
Method Detail

setVisible

public void setVisible()

dispose

public void dispose()

setProgressBar

public void setProgressBar(int percent)
show the specified percentage of the progress bar

Parameters:
percent - : from 0 to 100 percent of the progress bar to show


Copyright 2006 OpenMobileIS. All Rights Reserved.