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

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -