java - Facebook blue background at the top on Jframe -
what use recreate blue header background on facebook login page in jframe?
it's school project , our professor asked make fb homepage using javax.swing.*; , awt. here's mine looks far.
use jlabel. can add image on jlabel , add background color
jlabel.setbackground(color.blue); jlabel.setopaque(true);
add label first jframe , add textfield after, jframe.add(jlabel); jframe.add(jtextfield);
so textfield on top of jlabel


Comments
Post a Comment