Improve CLI and GraalVM architecture.
[lgpl/argeo-commons.git] / swt / org.argeo.swt.minidesktop / src / org / argeo / minidesktop / MiniDesktopManager.java
index 6af59d9d69fec93c6c760fef48526a5718be3cd4..adb2a55ba95f6393857c8a45877981204bed1642 100644 (file)
@@ -158,7 +158,7 @@ public class MiniDesktopManager {
                        AppContext appContext = createAppParent(images.browserIcon);
                        new MiniBrowser(appContext.getAppParent(), url, false, false) {
                                @Override
-                               protected void titleChanged(String title) {
+                               public void titleChanged(String title) {
                                        if (appContext.shell != null)
                                                appContext.shell.setText(title);
                                        if (appContext.tabItem != null) {
@@ -285,7 +285,7 @@ public class MiniDesktopManager {
        protected Image getIconForExt(String ext) {
 //             Program program = Program.findProgram(ext);
 //             if (program == null)
-                       return display.getSystemImage(SWT.ICON_INFORMATION);
+               return display.getSystemImage(SWT.ICON_INFORMATION);
 
 //             ImageData iconData = program.getImageData();
 //             if (iconData == null) {