P
petermichaux
Hi,
I'm just learning about Java GUI but it has immediately struck me that
in the books I'm reading there is no separation between content and
display. The size of the button is embedded in the code. This
separation is encourage/stressed in web page design with the HTML
defining the content and the CSS defining the appearance. Do people do
something similar to CSS for their Java GUI's?
Thanks,
Peter
I'm just learning about Java GUI but it has immediately struck me that
in the books I'm reading there is no separation between content and
display. The size of the button is embedded in the code. This
separation is encourage/stressed in web page design with the HTML
defining the content and the CSS defining the appearance. Do people do
something similar to CSS for their Java GUI's?
Thanks,
Peter