Originariamente inviato da Ironmax
codice:JFrame frame2 = new JFrame(); frame2.setSize(300, 300); JTextField text2 = new JTextField("Senza titolo"); text2.setBackground(Color.orange); frame.setUndecorated(false); frame2.add(text2); frame2.setLocation(400, 400); frame2.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame2.setVisible(true)codice:frame2.setUndecorated(true);