User Tools

Site Tools


swing:color

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
swing:color [2020/03/17 06:39]
gthanos [Παράδειγμα χρήση της κλάσης Color]
swing:color [2021/04/13 06:37]
gthanos
Line 9: Line 9:
 <code java> <code java>
 // assuming you are inside the constructor or a non static method of the frame // assuming you are inside the constructor or a non static method of the frame
-this.getContnetPane().setBackground(Color.BLUE);+this.getContentPane().setBackground(Color.BLUE);
 </code> </code>
  
swing/color.txt · Last modified: 2021/04/13 05:37 (external edit)