UltraLightClient UltraLightClient Code Community Start | Inhaltsverzeichnis | Anmelden Overview > snipsnap-notfound snipsnap-notfound We're sorry, the file that you requested does not exist or has moved. You can use snipsnap-search to find a page or find it on the snipsnap-index. ein Kommentar ... http://ulc-community.canoo.com/...ipsnap/space/snipsnap-notfound?name=Null
01/07/09, 6224 bytes
… UltraLightClient UltraLightClient Code Community Start | Inhaltsverzeichnis | Anmelden Overview > start > 2004-11-05 > 1 2004-11-05 #1 Null Layout Daniel and Christian have published the >> Null Layout extension that allows to align and resize components according to bound constraints ... http://ulc-community.canoo.com/snipsnap/space/start/2004-11-05/1
01/07/09, 6299 bytes
… from the source icon (only displaying the source icon as per default without iconizers), the following is appropriate: iconizedButton.setIconizer(null); ULCIconizedButtoninstances do support actions. Using the custom action key ULCIconizedButton.ICONIZER, an inconizer instance can get configured with ... http://ulc-community.canoo.com/snipsnap/space/Iconizer
01/07/09, 17542 bytes
… How to use Create two tables which share the table model and the selection model. The column model must not be shared. ULCTable table = new ULCTable(null ,null, fixedColumnsTable.getSelectionModel()); table.setAutoResizeMode(ULCTable.AUTO_RESIZE_OFF); table.setAutoCreateColumnsFromModel(false); table ... http://ulc-community.canoo.com/snipsnap/space/Fixed+Columns+Table
01/07/09, 8754 bytes
… "MDC_SESSION_IP" and client IP-address as value. At the end of request processing, the method setCurrentSession() is called again with a null parameter. This time the Log4J MDC entries are removed. public class MDCSessionRegistry implements ICurrentSessionRegistry { private static final ThreadLocal ... http://ulc-community.canoo.com/snipsnap/space/Log4J+MDC+Integration
01/07/09, 12062 bytes
… can configure the message bar such that a default message is shown when no other message should be displayed. (If not set, the default message is null.) messageBar.setDefaultMessage("The default message"); You can also configure the message bar such that the last non-default message automatically ... http://ulc-community.canoo.com/snipsnap/space/Message+Bar
01/07/09, 16802 bytes
… enlarged if either the width or the height of the JFrame is smaller than the minimum size. private void enforceMinimumSize() { if (fMinimumSize != null) { if (fMinimumSize.width > getBasicComponent().getWidth() || fMinimumSize.height > getBasicComponent().getHeight()) { int width = Math.max(fMinimumSize ... http://ulc-community.canoo.com/snipsnap/space/Minimum+Size+Frame
01/07/09, 10866 bytes
… , failed or been cancelled by the user. … ULCProgressPane progressPane = new ULCProgressPane(taskList); final ULCDialog dialog = new ULCDialog(null, "File Download", true); dialog.getContentPane().add(progressPane); dialog.setVisible(true); progressPane.addTaskControllerListener(new TaskControllerAdapter ... http://ulc-community.canoo.com/snipsnap/space/File+Transfer
01/07/09, 15515 bytes