0
votes
0answers
25 views

Java GUI - JLIST + Refresh

I need to create an interface which includes a list of events. The events are saved into a Vector List and I need to be able to display a list of their 3 variables like this: 13/05/2003 Task 1 ...
7
votes
5answers
301 views

What would be the best way to fill “space” in an User Interface for irregular image sizes gallery?

What would be the best way to fill "space" in user interface for irregular image sizes gallery? Conditions: The row are subjected to hold maximum 3 images only. Float left If the total width of the ...