SWT update UI from another thread

  • 05 June 2017
  • ADM

SWT update UI from another thread. Used for long running operations and to avoid the UI being frozen during the operation.


SWT Button Examples

  • 01 June 2017
  • ADM

SWT Button Examples. PUSH, CHECK, TOGGLE, FLAT, ARROW examples.


How to centre a SWT shell in the middle of the screen

  • 01 June 2017
  • ADM

How to centre an SWT shell in the middle of the primary monitor. Four simple steps, create the shell, get monitor size, calculate the centre and set the shell new location.


SWT Hello World Application

  • 01 June 2017
  • ADM

SWT Hello World Application. A simple application that can be used as a base for any SWT application.


HP Microserver Gen8 - Install SSD in ODD slot

  • 14 August 2017
  • ADM

HP Microserver Gen8 - Initial setup with two HDDs and one SSD added in the ODD slot.


How to include library into Maven local repository

  • 06 July 2017
  • ADM

How to include library into maven local repository using mvn install command. Useful for libraries that are not available in public repositories.