AWT/Swing merge from GNU Classpath.
From-SVN: r56147
This commit is contained in:
committed by
Bryce McKinlay
parent
097684ce62
commit
7bde45b2eb
@@ -151,7 +151,7 @@ public class PixelGrabber implements ImageConsumer
|
||||
|
||||
@return true if successful
|
||||
|
||||
@throws InterruptedExcpetion if interrupted by another thread.
|
||||
@throws InterruptedException if interrupted by another thread.
|
||||
*/
|
||||
public boolean grabPixels() throws InterruptedException
|
||||
{
|
||||
@@ -163,7 +163,7 @@ public class PixelGrabber implements ImageConsumer
|
||||
|
||||
@return true if successful
|
||||
|
||||
@throws InterruptedExcpetion if interrupted by another thread.
|
||||
@throws InterruptedException if interrupted by another thread.
|
||||
or time runs out
|
||||
*/
|
||||
public synchronized boolean grabPixels(long ms) throws InterruptedException
|
||||
|
||||
Reference in New Issue
Block a user