포인터 (1) 썸네일형 리스트형 자바 간단하게 마우스 포인터 없애기 (JAVA) Question In Some portion of my java applet i want cursor to be invisible and disable. How Is it possible in java AnswerBest shown by example: import java.awt.image.*; import javax.swing.*; import java.awt.*; public class Test { public static void main(String[] args) { JFrame frame = new JFrame(); Toolkit tk = Toolkit.getDefaultToolkit(); // Creates a cursor from an invalid image. Cursor invisCur.. 이전 1 다음