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

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -