mirror of https://github.com/mchr3k/org.intrace
Change when the dock image is loaded
This commit is contained in:
parent
69caa3be57
commit
ffacf8c1ce
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -22,7 +22,10 @@ public class InTraceStandaloneUI
|
|||
* @param args
|
||||
*/
|
||||
public static void main(String[] args) throws IOException
|
||||
{
|
||||
{
|
||||
// Load a high res dock icon on OSX
|
||||
loadOSXDockImage();
|
||||
|
||||
// Prepare window
|
||||
final Shell window = new Shell();
|
||||
window.setSize(new Point(800, 800));
|
||||
|
|
@ -41,9 +44,6 @@ public class InTraceStandaloneUI
|
|||
is32.close();
|
||||
window.setImages(new Image[] {icon16, icon32});
|
||||
|
||||
// Load a high res dock icon on OSX
|
||||
loadOSXDockImage();
|
||||
|
||||
// Fill in UI
|
||||
InTraceUI ui = new InTraceUI(window, window, UIMode.STANDALONE);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue