Closed GoogleCodeExporter closed 9 years ago
Original comment by kenneth....@gmail.com
on 27 Jun 2009 at 6:57
Hi, I think i found a way to do this using Java itself:
textField.putClientProperty("JTextField.variant", "search")
this should do exactly what you want. I found it in a really
useful article by apple on how to make java mac-like controls
(http://developer.apple.com/technotes/tn2007/tn2196.html)
Hope it's helpful, James
Original comment by pech...@gmail.com
on 26 Aug 2009 at 9:19
Hi James,
Apple's client property will on work on a Mac.
-Ken
Original comment by kenneth....@gmail.com
on 26 Aug 2009 at 9:22
This component is provided by the xswingx project:
http://code.google.com/p/xswingx/
Original comment by kenneth....@gmail.com
on 4 Dec 2009 at 1:23
Original issue reported on code.google.com by
satis...@gmail.com
on 27 Jun 2009 at 2:05Attachments: