Remove « Border « Java Swing Q&A





1. Reset/remove a border in Swing    stackoverflow.com

Here's a very specific coding question: I've recently been asked to maintain some old-ish Java Swing GUI code at work and ran into this problem: I've attached my own subclass of InputVerifier called ...

3. how to remove the Tooltip Border    coderanch.com

4. Removing Borders    coderanch.com

Hi. I need some help but let me explain first. I'm creating a component based off of JPanel. It's has a transparent background and an empty border. When I click it, it changes to a Yellow line border, then after 1.2 seconds it changes back to an empty border. My problem is, when I set the border back to the emptyborder, ...