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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -