13 lines
196 B
Plaintext
13 lines
196 B
Plaintext
|
import javax.swing.JFrame;
|
||
|
|
||
|
class Super extends JFrame{
|
||
|
method(mitgift){
|
||
|
super("Fenster");
|
||
|
i;
|
||
|
i = new Integer();
|
||
|
if(mitgift == Instanceof){
|
||
|
return mitgift;
|
||
|
}
|
||
|
else return null;
|
||
|
}
|
||
|
}
|