java - GUI with fluid resizing behaviour -
is possible using swing, build gui elements, when gui resized, keep te proportion between themself? or should fire "resize every gui component" function when resize event occurs? i'm using netbeans 6.9
long ago, there interesting article series on javaworld "transmogrifying widgets" allen hollub. serie explain how, using different widgets sho same information, calcoulator can have different styles when viewed different dimensions.
however, far simpler (but far less powerful) approach, should take in-depth gridbaglayout
, (now famous) gbc
class. give fast, , quite elegant, method resize whole ui interesting resizing behaviours (oh , don't forget associated tutorial).
Comments
Post a Comment