mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
GtkVolatileImage.java: Add imports.
2005-05-07 Matthias Klose <doko@debian.org> * gnu/java/awt/peer/gtk/GtkVolatileImage.java: Add imports. From-SVN: r99349
This commit is contained in:
committed by
Matthias Klose
parent
62d9f2e92b
commit
497fbaa064
@@ -38,6 +38,10 @@ exception statement from your version. */
|
||||
package gnu.java.awt.peer.gtk;
|
||||
|
||||
import java.awt.ImageCapabilities;
|
||||
import java.awt.Graphics2D;
|
||||
import java.awt.GraphicsConfiguration;
|
||||
import java.awt.image.BufferedImage;
|
||||
import java.awt.image.ImageObserver;
|
||||
import java.awt.image.VolatileImage;
|
||||
|
||||
public class GtkVolatileImage extends VolatileImage
|
||||
|
||||
Reference in New Issue
Block a user