I have read this SO thread and when I have tried to use the code with some changes, I\'m getting just a black window, can some one tell me what I\'m doing wrong here, I have
//Creating the canvas and adding it to the panel : canvas = new WindowsCanvas(); canvas.setSize(700, 500); panel.add(canvas);