DJ-Raven / flatlaf-dashboard

Java Swing Dashboard build with flatlaf look and feel
54 stars 13 forks source link

Issue in resizing a window #3

Closed CodingSkys closed 1 year ago

CodingSkys commented 1 year ago

HI, SIR, I AM HAVING A SMALL PROBLEM MY PAGES OF FRAMES OR FORMS REMAIN ON THE SAME SIZE AS THEY WERE BEFORE ON RESTORE DOWNSTATE WHEN I MAXIMIZE THE WINDOW ALL COMPONENTS REMAIN AS SAME SIZE THEY DO NOT GET ENLARGED WHEN I MAXIMIZE A WINDOW. issue github issue github1 In one picture you can see my window is not full and all the components are well managed but in the second picture you can see I maximize the window the components are stuck on top how can I make them responsive so that when I try to maximize the window all the components will spread on the full page?

DJ-Raven commented 1 year ago

When you design there component in netbeans and use free design layout or group layout you will have this option to resize component to horizontal and vertical

This free design layout we set to jpanel

image

this we set the resize option to jtable

2023-07-20_190439