Bir GUI oluşturdum ve şimdi bir JLabel oluşturdum, sadece üst kenarlıkını görmek istiyorum.Java GUI | JLabel'e yalnızca üst kenarlık nasıl verilir
Nasıl yapılır?
JLabel label = new JLabel("TEXT");
label.setBounds(90, 350, 440, 20);
label.setBorder(LineBorder.createBlackLineBorder());
:-) tüm yanıtlara!
http://stackoverflow.com/questions/2174319/is-it-possible-to-have-a-java-swing-border-only-on-the-top- side – Reimeus