Das ist die Erste Klasse:
Code (Java):
public class Datentypen2
{
public static void main
(String[] args
){
DatentypenMethoden2.
menüframe
();
}
}
Und das ist die zweite Klasse:
Code (Java):
import javax.swing.*;
import java.awt.*;
public class DatentypenMethoden2
{
public static void menüframe
(){
JFrame frame
= new JFrame();
frame.
getContentPane().
setBackground(Color.
gray.
darker());
frame.
setSize(500,
300);...
JTextArea wird nicht angezeigt
JTextArea wird nicht angezeigt
0 commentaires:
Enregistrer un commentaire