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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -