Normal
Also wenn ich nun deine Methode mache[code=Java]public static void main(String[] args) { Test meinTest = new Test(); meinTest.showOptionDialog(parentComponent, message, title, optionType, messageType, icon, options, initialValue); }[/code]Geht schonmal nicht,weil ich sonst die ganzen Variablen in die main packen muss? oO
Also wenn ich nun deine Methode mache
[code=Java]public static void main(String[] args) {
Test meinTest = new Test();
meinTest.showOptionDialog(parentComponent, message, title, optionType, messageType, icon, options, initialValue);
}[/code]
Geht schonmal nicht,weil ich sonst die ganzen Variablen in die main packen muss? oO