1. how to remove the borders in JInternalFrame? stackoverflow.comi was able to remove the title bar from the |
2. JInternal Frame Border coderanch.comHi 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 ... |