Searched refs:consoleTitle (Results 1 - 1 of 1) sorted by relevance

/org.ahmadsoft.foprocessor_2.2.2/src/org/ahmadsoft/foprocessor/ui/dialogs/
H A DRenderProgress.java79 private Label consoleTitle; field in class:RenderProgress
152 consoleTitle = new Label(pageContainer, SWT.NONE);
153 consoleTitle.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
202 consoleTitle.setText("XSL-FO Rendering [Powered by Apache FOP] (" +df.format(new Date())+ ")");

Completed in 11 milliseconds