Subversion Repositories SmartDukaan

Rev

Rev 25463 | Rev 25466 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25463 Rev 25465
Line 71... Line 71...
71
	private static Image iconImg = null;
71
	private static Image iconImg = null;
72
	static {
72
	static {
73
		try {
73
		try {
74
			iconImg = Image.getInstance(iconUrl);
74
			iconImg = Image.getInstance(iconUrl);
75
			iconImg.setAbsolutePosition(30, 30);
75
			iconImg.setAbsolutePosition(30, 30);
-
 
76
			iconImg.scalePercent(50);
76
		} catch (Exception e) {
77
		} catch (Exception e) {
77
			e.printStackTrace();
78
			e.printStackTrace();
78
		}
79
		}
79
	}
80
	}
80
 
81