DISQUS

DISQUS Hello! LegHumped is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

LegHumped

Coding, snippets, tutorials and procrastinations
Jump to original thread »
Author

Java: JTextField Background Image

Started by HJennerway · 10 months ago

This snippet will create a JTextBox and draw an image on the right hand side. It also sets the margin accordingly to prevent the user typing into that area.

JTextField myTextField = new JTextField(20) {
@Override
protected void paintComponent&# ... Continue reading »

1 comment

Add New Comment

Returning? Login