java-canvas Questions
3
Solved
I have some errors atm while im coding with JAVA, I have been trying to fix this for along time, also trying to find oterh ppl who have same problem and fixed it but nothing work...
Well.. here is...
Cheri asked 5/4, 2013 at 16:44
1
Solved
I need to Convert each cells of ms word table into images.
I have write code for getImage as well getText but I want to merge both of them and convert into single image so I just want to convert th...
Centenarian asked 22/6, 2016 at 12:6
1
I want to embed my SWT browser in swing jframe.
I try sample, but it need to resize the window to load browser window.
what can I do to repaint the canvas, with out resizing?
Teazel asked 16/7, 2014 at 13:46
1
Solved
Let's say I have drawn a rectangle on my canvas and I want to clean it in order to draw some other figure / polygon / arc ....
How can I do it? I have tried it in many ways but none has worked.
I...
Iand asked 29/11, 2014 at 15:5
3
I'm writing a simple battleship game in Java using the ACM library.
After the game starts, ships are supposed to be put on the canvas at random locations but the problem is that the ships might cov...
Nieberg asked 31/12, 2013 at 12:5
2
Solved
Given the following :
public class NavigationCanvas extends Canvas implements MouseListener,MouseMotionListener,KeyListener {
public void paint(Graphics g)
{
// some code
// more
// ...
...
Nephralgia asked 14/4, 2013 at 5:12
3
Solved
I'm drawing a rectangle onto a canvas and a line from the center of the rectangle to some random point in the coordinate space.
Now, I want to truncate the line by the length that is inside the re...
Nicholson asked 24/3, 2013 at 2:15
4
I'm trying to make a paint editor with Java in which I have a toolbar with the objects that I would like to paste in the canvas. I'm using Swing components to make the GUI, but when I looked for th...
Gawky asked 22/4, 2009 at 8:24
1
© 2022 - 2024 — McMap. All rights reserved.