import org.tizen.emulator.skin.config.EmulatorConfig.SkinPropertiesConstants;
import org.tizen.emulator.skin.custom.ColorTag;
import org.tizen.emulator.skin.custom.CustomButton;
-import org.tizen.emulator.skin.custom.CustomProgressBar;
import org.tizen.emulator.skin.custom.SkinWindow;
import org.tizen.emulator.skin.dbi.KeyMapType;
import org.tizen.emulator.skin.image.GeneralSkinImageRegistry;
pairTag.setVisible(false);
/* create a progress bar for booting status */
- skin.bootingProgress = new CustomProgressBar(skin, SWT.NONE, true);
- skin.bootingProgress.setBackground(backgroundColor);
+ /* skin.bootingProgress = new CustomProgressBar(skin, SWT.NONE, true);
+ skin.bootingProgress.setBackground(backgroundColor); */
arrangeSkin(scale, rotationId);
}
/* arrange the progress bar */
- if (skin.bootingProgress != null) {
+ /* if (skin.bootingProgress != null) {
skin.bootingProgress.setBounds(displayBounds.x,
displayBounds.y + displayBounds.height + 1, displayBounds.width, 2);
- }
+ } */
/* set window size */
if (currentState.getCurrentImage() != null) {
import org.eclipse.swt.events.MouseTrackListener;
import org.eclipse.swt.events.PaintEvent;
import org.eclipse.swt.events.PaintListener;
-import org.eclipse.swt.graphics.Color;
import org.eclipse.swt.graphics.GC;
import org.eclipse.swt.graphics.Image;
import org.eclipse.swt.graphics.ImageData;
import org.eclipse.swt.graphics.Point;
-import org.eclipse.swt.graphics.RGB;
import org.eclipse.swt.graphics.Rectangle;
import org.eclipse.swt.graphics.Region;
import org.eclipse.swt.widgets.Canvas;
import org.tizen.emulator.skin.comm.sock.data.KeyEventData;
import org.tizen.emulator.skin.config.EmulatorConfig;
import org.tizen.emulator.skin.config.EmulatorConfig.SkinPropertiesConstants;
-import org.tizen.emulator.skin.custom.CustomProgressBar;
import org.tizen.emulator.skin.dbi.DisplayType;
import org.tizen.emulator.skin.dbi.RegionType;
import org.tizen.emulator.skin.image.ImageRegistry.IconName;
IconName.EMULATOR_ICON));
/* create a progress bar for booting status */
- skin.bootingProgress = new CustomProgressBar(skin, SWT.NONE, true);
+ /* skin.bootingProgress = new CustomProgressBar(skin, SWT.NONE, true);
skin.bootingProgress.setBackground(
- new Color(shell.getDisplay(), new RGB(38, 38, 38)));
+ new Color(shell.getDisplay(), new RGB(38, 38, 38))); */
arrangeSkin(scale, rotationId);
}
/* arrange the progress bar */
- if (skin.bootingProgress != null) {
+ /* if (skin.bootingProgress != null) {
skin.bootingProgress.setBounds(displayBounds.x,
displayBounds.y + displayBounds.height + 1, displayBounds.width, 2);
- }
+ } */
/* set window size */
if (currentState.getCurrentImage() != null) {