java - Facebook blue background at the top on Jframe -


what use recreate blue header background on facebook login page in jframe?

enter image description here

it's school project , our professor asked make fb homepage using javax.swing.*; , awt. here's mine looks far.

enter image description here

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

Popular posts from this blog

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

Swift game error message -