Okay this is probably a rookie question, but I have never done GUI programming in Java before. Is it possible to use a JPanel that is not in a JFrame? or essentially create a GUI that does not have the system Max, Min, Close buttons or a border?
If that seems confusing please let me know and I will be more clear with what I am trying to accomplish (I might be going about it all wrong);
You can use a
JWindowinstead of aJFrame.