Class Beispiel1

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----Beispiel1

class Beispiel1
extends Frame

Variable Index

 o artmax
 o ausg
 o enderg
 o FILENAME
 o headerfont
 o headerheight
 o headerwidht
 o maxwidth
 o PFAD
 o rechmax
 o STARTHEIGHT
 o STARTWIDTH
 o textfont
 o textheight
 o textwidht

Constructor Index

 o Beispiel1()

Method Index

 o getParameters(String[])
 o getRechnungsFilenames(String)
 o main(String[])
 o paint(Graphics)

Variables

 o PFAD
 static final String PFAD
 o FILENAME
 static final String FILENAME
 o STARTWIDTH
 static final int STARTWIDTH
 o STARTHEIGHT
 static final int STARTHEIGHT
 o textfont
 private static Font textfont
 o headerfont
 private static Font headerfont
 o textheight
 private int textheight
 o headerheight
 private int headerheight
 o textwidht
 private int textwidht
 o headerwidht
 private int headerwidht
 o enderg
 private int enderg
 o maxwidth
 private int maxwidth
 o rechmax
 private int rechmax[]
 o artmax
 private int artmax[]
 o ausg
 private static MagList ausg

Constructors

 o Beispiel1
 public Beispiel1()

Methods

 o paint
 public void paint(Graphics g)
Overrides:
paint in class Container
 o main
 public static void main(String argv[])
 o getRechnungsFilenames
 private static String[] getRechnungsFilenames(String pfad)
 o getParameters
 private static void getParameters(String argv[])