source:
java-rpg-client/gamegui/Listable.java
Last change on this file was 55522be, checked in by , 17 years ago | |
---|---|
|
|
File size: 130 bytes |
Rev | Line | |
---|---|---|
[55522be] | 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.