My java application currently checks frame resizing and if necessary resizes the frame in order to keep an aspect ratio. Testing this on Windows with undecorated frames works perfectly, as the user can resize the frame to their heart's content, and then once they release the
I have a non-editable JTable. I want to remove the border around the cell that currently has the focus. So far, the only thing I've been able to do is to create my own cell renderer thus: