
Code (Java):
public class frame extends JFrame {
private static final long serialVersionUID = 1L;
public int posX=0;
public int posY=0;
public frame() throws AWTException{
setLayout(null);
setSize(474, 307);
setAlwaysOnTop(true);...
private static final long serialVersionUID = 1L;
public int posX=0;
public int posY=0;
public frame() throws AWTException{
setLayout(null);
setSize(474, 307);
setAlwaysOnTop(true);...
GUI Button Postition festlegen
0 commentaires:
Enregistrer un commentaire