Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/KeyHole/src/org/litesoft/aokeyhole/toolkit/ScaledDrawableBoxedTextClickable.java

Diff revisions: vs.
  @@ -1,11 +1,11 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.aokeyhole.toolkit;
3 -
4 - import java.awt.*;
5 -
6 - public interface ScaledDrawableBoxedTextClickable
7 - extends ScaledDrawable {
8 - public BoxedText getClickedOn( Point pAt );
9 -
10 - public void dispose();
11 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.aokeyhole.toolkit;
3 +
4 + import java.awt.*;
5 +
6 + public interface ScaledDrawableBoxedTextClickable
7 + extends ScaledDrawable {
8 + public BoxedText getClickedOn( Point pAt );
9 +
10 + public void dispose();
11 + }