how can I change the column width of the NurseRosteringPanel? My panel looks like this and I want to resize it. Thanks
Gian
how can I change the column width of the NurseRosteringPanel? My panel looks like this and I want to resize it. Thanks
Gian
The Swing layout for that example is clunky, but for what it's worth, it is in this java code: https://github.com/kiegroup/optaplanner/blob/master/optaplanner-examples/src/main/java/org/optaplanner/examples/nurserostering/swingui/NurseRosteringPanel.java#L48