Class ShowFrame
Class ShowFrame
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----ShowFrame
- class ShowFrame
- extends Dialog
Class ShowFrame
Affiche un fenetre qui va contenir l'image selectionnee
-
ShowFrame(String, String, String)
- Constructeur par defaut
-
action(Event, Object)
-
-
paint(Graphics)
-
-
update(Graphics)
-
ShowFrame
public ShowFrame(String url,
String name,
String path)
- Constructeur par defaut
paint
public void paint(Graphics g)
- Overrides:
- paint in class Component
update
public void update(Graphics g)
- Overrides:
- update in class Component
action
public boolean action(Event ev,
Object what)
- Overrides:
- action in class Component