I have a surface pro 3, which I do most of my coding. I believe all of the Apps downloaded from the micosoft store has their menubar at the very top left border of the Windows application..Currently I am working on a Windows application using Java and wanted my design to have the 3 bars (the menu) on top of the JFrame border on top left. I have googled it and only found a few people that was trying to do the same and all was told it's not possible to do using JFrame. If that is the case how should I go about making my own component that can actually do this?
I do not mind, spending hours upon hours and days developing this. Because once I can create library of it, it will be very useful.