When you design a graphical user interface strait forward (meaning you don’t plan on the final product) you might sometime realise that you have components that would be useful in other GUIs as well. The refactoring of such a component can be tricky especially consearning the preserving of the layout (the optical impression to the user). Therefore this article should shed some light on how to wrap a simple Lable into its component.
„Refactoring into a Component“ weiterlesen
Schlagwort: SWT
Remove button to remove itself
This article describes how to implement a table with SWT that holds several rows. Each row contains a button to remove this row.
„Remove button to remove itself“ weiterlesen