source:
java-rpg-client/gamegui/Listable.java@
f0f2ead
Last change on this file since f0f2ead was 55522be, checked in by , 17 years ago | |
---|---|
|
|
File size: 130 bytes |
Line | |
---|---|
1 | package gamegui; |
2 | |
3 | import java.awt.*; |
4 | |
5 | public interface Listable { |
6 | public void drawListString(int x, int y, Graphics g); |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.