Border « JInternalFrame « Java Swing Q&A





1. how to remove the borders in JInternalFrame?    stackoverflow.com

i was able to remove the title bar from the JInternalFrame but i don't know how to remove the borders. Thanks in advance

2. JInternal Frame Border    coderanch.com

Hi y'all! I have a JInternalFrame inwhich I have overwritten the paint method. However, I have found that (0,0) is on top of the "title bar" for the JInternal frame. I know I could just play with numbers until I find the right vertical offset, but I want to do it the professional way. I already figured out how to get ...