Class Beispiel1
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----Beispiel1
- class Beispiel1
- extends Frame
-
artmax
-
-
ausg
-
-
enderg
-
-
FILENAME
-
-
headerfont
-
-
headerheight
-
-
headerwidht
-
-
maxwidth
-
-
PFAD
-
-
rechmax
-
-
STARTHEIGHT
-
-
STARTWIDTH
-
-
textfont
-
-
textheight
-
-
textwidht
-
-
Beispiel1()
-
-
getParameters(String[])
-
-
getRechnungsFilenames(String)
-
-
main(String[])
-
-
paint(Graphics)
-
PFAD
static final String PFAD
FILENAME
static final String FILENAME
STARTWIDTH
static final int STARTWIDTH
STARTHEIGHT
static final int STARTHEIGHT
textfont
private static Font textfont
headerfont
private static Font headerfont
textheight
private int textheight
headerheight
private int headerheight
textwidht
private int textwidht
headerwidht
private int headerwidht
enderg
private int enderg
maxwidth
private int maxwidth
rechmax
private int rechmax[]
artmax
private int artmax[]
ausg
private static MagList ausg
Beispiel1
public Beispiel1()
paint
public void paint(Graphics g)
- Overrides:
- paint in class Container
main
public static void main(String argv[])
getRechnungsFilenames
private static String[] getRechnungsFilenames(String pfad)
getParameters
private static void getParameters(String argv[])