Какво оформление да се използва за настолно приложение?
Hello, good day, I would like to ask if what you usually use as a layout to create desktop applications ... I tried the default network layout for a while, but I found it very restrictive in terms of positioning components and sizes.. so I've moved to use null layout and just assign x y coordinates and size... but the code is really messy in this way, but it works.. what people usually use. iv I saw a combination of layouts combined with jpanels, grouped each part of the interface ... I was hoping to find a better way as I write desktop applications relatively often and hope to use a more organized version than zero layout (setlayout (null)...... I'm looking forward to making applications with nice designs too mostly as mobile applications with flat UI designs and I would also like to ask what would be the best direction for designing layouts with graphic buttons, animations of moise overs, animated backgrounds, maybe background music, quite graphic intense but very streamlined look ... Thank you...