java - Can you make an editable label? -


quick question, can make textfield, looks jlabel, can still edited? still change size , font, background + border should gone. of now, i'm trying swing. what still see small blinking cursor waits until press once focused.

apart fact that, that's going confuse users lot, use simple

textfield.setbackground(null); textfield.setborder(null); 

Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -