All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class Texte3D.MyProgressBar

java.lang.Object
    |
    +----java.awt.Component
            |
            +----java.awt.Container
                    |
                    +----java.awt.Panel
                            |
                            +----Texte3D.MyProgressBar

public class MyProgressBar
extends Panel
A class which implements the progress bar object

Author:
Laure Ottavj, Sylvain Leterreur

Constructor Index

 o MyProgressBar()

Method Index

 o clear()
Clear the progress bar
 o getInsets()
 o remplir()
Make the progress bar progress ( get full )

Constructors

 o MyProgressBar
public MyProgressBar()

Methods

 o remplir
public void remplir()
Make the progress bar progress ( get full )

 o clear
public void clear()
Clear the progress bar

 o getInsets
public Insets getInsets()
Overrides:
getInsets in class Container

All Packages  Class Hierarchy  This Package  Previous  Next  Index