-2
votes
1answer
40 views

Draw a line in JAVA with Pattern - Beginner

I want to draw a line in java. I will use these draws with making Triangles. I can do this : 1*** 11** 111* 1111 and i need to do this: 1*** *1** **1* ***1 Ive done a lot of work today and my ...
1
vote
0answers
40 views

Drawing frequently updated image in Java

I have experience in Java, but not in GUI's. Here is the problem. I have an image (or byte[][]), generated by my system, and I need to frequently redraw it. The image size is about 1500x500, and the ...
2
votes
0answers
47 views

Swing paint issue

I have a custom scrollbarUI which I paint both thumb and track of scrollbar. But when scrolling it keeps some lines like below which I don't want. : Please give me a quick solution for this. ...
0
votes
1answer
30 views

Android Activity MotionEvent coordinates to ImageView Canvas

I'd like to catch the coordinates of a touch event via 'onTouchEvent'. Now in my activity I have the following code to do that: public boolean onTouchEvent(MotionEvent event) { try { if ...
0
votes
1answer
31 views

Transforming and drawing isometric textures

I'm planning to make a game and doing some research. One of the features will be an isometric third-person view, which should be able to be rotated freely over 360 degrees. This rules out the use of a ...
1
vote
1answer
43 views

Glitch drawing on JComponent

I'm having this weird kind of glitch with drawing on an JComponent. What happens is that whenever i drag the JFrame window outside the bounds of my monitor, the drawing accelerates and draws faster ...
0
votes
0answers
55 views

Drawing Graphing Grid with Java.awt

Are there any libraries for drawing an X, Y Axis/Grid for Graphing. For example, graphing inequalities, or linear equations, etc... Or is it possible to use awt/swing? Basically what I'm looking to ...
0
votes
1answer
67 views

drawing shapes with mouse in java

I am working on a simple panting project that allow the user to select a shape from ComboBox then draw it on the panel. Problem is when user choose any type of shapes and try to draw it on panel no ...
1
vote
1answer
23 views

Applet drawing in response to user input

I want the applet to draw a circle when the user hit on the jButton1, but the circle draws it self Spontaneously not in response to user input. i tried many methods i even searched for two days on the ...
0
votes
2answers
35 views

Component Paint method not painting to middle of JPanel?

Alright, so I have a JPanel with the paint method below, and it works just fine at first, but when the JPanel is resized(is in JFrame) is doesn't paint it to the center of the Frame. @Override ...
0
votes
1answer
36 views

Polygon shape does not show up in Java

I'm trying to make some shapes with Java, I created two rectangles and they show up normally, but lately I integrated a polygon shape code but it not showing up while running the program. Somebody ...
-1
votes
0answers
41 views

How to add functions to java menu? [duplicate]

I created a java menu but I trying to integrate some functions. Here a screenshot of the menu: We have here the frame contain two rectangles and text. I want to start the program with a blank ...
-1
votes
1answer
123 views

Drawing Line, Arc etc. Anywhere in the Code Java

I am kind of newbie in Java and in my program, I have to draw some lines, arcs etc. in a function different from paintComponent() in some cases in a class that extends JPanel. I generally work with ...
-2
votes
1answer
64 views

Drawing a polygon based on clicks

I am trying to write a program that allows the user to draw a polygon by drawing a line every time they click within the frame. On the first click, a small square should be drawn. Every click ...
0
votes
0answers
45 views

Plot a curve on a graph at certian points using JFrame

I'm not a programmer, so if you could help me as much as possible I would be very grateful, I have used this code http://www.kodejava.org/examples/805.html to plot values I have calculated using ...
0
votes
1answer
139 views

Java Draw Image JPanel: Working but weird

I know that everywhere there is a tutoring in how to draw an image. Usually people suggest showing it adding an object that loads that image. But in my case, I don't wanna instantiate a new object ...
1
vote
1answer
52 views

Drawing to a nested panel using BorderLayout

im new to Java so therefore I am trying out some things. I am playing around with Java layouts, specfically Nested Panels using BorderLayout. The Problem that I have is that i am unable to draw to ...
1
vote
1answer
50 views

Switching between full-screen and windowed mode fail

I'm working on a game framework inspired by XNA. Almost every day I find a new problem with this or that. Today, it's going from window mode to full-screen and back. The gist of it is: If I start the ...
0
votes
1answer
36 views

Circles in circles fading out, creating a target

I want to create a graphics whereby circles are overlapped and their colour fades out, also the circles should have a white space in between each other, something similar to this: Here is how far ...
1
vote
1answer
86 views

Images not showing up on the screen at the right moment - Java

I am working on an applet, I don't have experience with this.. I want to paint two objects, insert an image and change the background color to black. If I don't change the color, everything works ...
1
vote
2answers
49 views

How can I draw a semi transparent coloured mask over an already drawn to SWT canvas?

so I'd like to draw a coloured (red) area over the top of an existing canvas drawing, like a red tinted lens being placed over it, so the original image is still visible underneath. The problem is ...
0
votes
0answers
47 views

Java applet scribble on the background image

Recently I started making applets and i wanted to know If its possible to make a java applet that has got background image and you could scribble something on it! As far as I researched couldn't find ...
0
votes
4answers
55 views

Animated drawing of a successively complex image in Java

I am trying to draw an image on a JPanel that requires thousands of calculations, and I want to animate the progression of the drawing. I.e., instead of doing all 100K iterations of drawing in one go, ...
0
votes
0answers
53 views

JavaFX - Draw line on image

I'm developing an image editor in JavaFx. I have a ScrollPane and who's content is an ImageView. How can I draw a line on the loaded image?
0
votes
0answers
46 views

Issue with drawing huge social graph & viewing it web as google map style

I am not native in English, so please excuse my poor English sentence. I have some text file for presenting graph, like this. NodeA NodeB NodeA NodeC NodeB NodeC NodeD NodeZ ...(up to ...
1
vote
1answer
82 views

Stream a video and draw polygon over it Java

I need to stream a video from an IP cam over a java applet form preferably and then draw a rectangle over it and get the four coordinates. I can stream a video over an applet and I can draw a ...
1
vote
1answer
156 views

Drawing Arc using two Points as Reference

I already searched over stackoverflow for similar questions, and tried to implement using some suggestions from other answers like this one: Point p1 = prop.getDisplayPoint(); Point p2 = ...
0
votes
1answer
101 views

Custom JComponent(s) refuse to paint (if added to an ArrayList)

here's the relevant code from the form where JComponents should be drawn - this code creates and adds to the form a JComponent and also adds it to an ArrayList, as I need to be able to destroy the ...
1
vote
2answers
49 views

Adding custom shapes to JTextpane and saved to new Word document

If I load a Word document into a JTextPane, is there a way I could drop a custom shape in it, then save it as a new Word document? The results I'm looking for are just like dropping a shape anywhere ...
0
votes
1answer
83 views

Java - ascii drawing logic (Solved) [closed]

I am "drawing" The Space Needle in java using for loops. I have drawn it in 'scale 4', but now I am trying to implement so that user's can type in what scale they want it in ( > 2). My problem arises ...
0
votes
2answers
141 views

Drawing line in swing through user input

I am a newbee in drawing in swing. I have read tutorials but I am not getting it. I have taken input from user in JDialogs and parse them to integer values next when I try to draw line using those ...
-1
votes
1answer
51 views

Android Drawing framework [closed]

I'm searching for a drawing framework/sdk, not an OpenGL sdk, that has build in: drawing lines, shapes, etc; adding background pictures; modifying pictures, erase, undo, etc. (Something like Paint) ...
4
votes
1answer
53 views

Java Swing - Valid approach for dragging rectangles onto a JPanel?

I have some code to draw rectangles. It's used to draw rectangles on a JPanel, to mark boundaries of widgets. Here the code first, after that I'll explain my problem cq. question. First off, I have a ...
1
vote
1answer
147 views

Drawing Issues - Drawing a compound shape from other shapes

So I have an assignment for University. The concept was that we were to complete some class hierarchy stuff. Basically it was stuff to allow us to draw different shapes. I can successfully draw each ...
-1
votes
1answer
64 views

Can't figure out why my Line shape won't re-size

I'm making a drawing applet and I just can't get my line shape to re-size. Rectangle and oval re-size just fine but not line. I believe I have the correct code for the method of re-size to allow line ...
0
votes
0answers
88 views

Efficient way of removing common elements in ArrayLists?

I have an ArrayList<ArrayList<Character>> that is changed at the end of a computation. I have made a (lazy) method that draws everything in this ArrayList at the end of each computation. ...
1
vote
1answer
110 views

Free line drawing java2d app connects lines of each new drawing

I'm building an app that recognises lines drawn with mouse and creates music. I'm new to java2d so heres the problem i'm having: When you draw, and then make another drawing, the last point of the ...
0
votes
1answer
198 views

SWT Tree and TreeItem: Remove or change the drawing behavior of the expand/collapse indicator

I'm working in SWT (no JFace), and I'm attempting to customize the behavior of a Tree that I'm using a sidebar. The top-level items in the tree shouldn't be selectable; they're basically headers. ...
3
votes
1answer
96 views

Drawing a bordered path with sharp corners in Java

I am working on an application that displays GPS tracks on a map. I want to draw the track as a colored path of arbitrary thickness. I found the GeneralPath class which seems to do just what I want. ...
0
votes
1answer
99 views

draw multiple lines with canvas

public static void main(String[] args) { Picture myPic = new Picture(600, 600); Graphics canvas = myPic.getOffScreenGraphics(); canvas.setColor(Color.WHITE); canvas.fillRect(0, 0, ...
1
vote
3answers
153 views

Formatting with java: Mixing text and pictures

I have a certain text, that i want to annotate for the user. Unfortunately i don't even see where to begin. My algorithm gives as output a range on a string. What i am going for is something like ...
0
votes
2answers
159 views

Draw Shapes That User Selects

I need to create a program to draw shapes(user chooses with radio button), and whether or not the shape is filled(user chooses with check box). This is the code I have so far: import javax.swing.*; ...
1
vote
2answers
175 views

UML drawing API for Java

I am looking for APIs that can draw UML Class diagrams and present them in a JPanel (or any other suitable UI entity) for a window application. It has to be embedded within the application, so I am ...
2
votes
1answer
142 views

Reduced size of polygons in the paint method implementation

I've made a program in JAVA applets. The program draw a polygon A with 4 randomly generated points then it draws another polygon with 4 randomly generated point B. After this it compares each points ...
0
votes
1answer
67 views

How do I use Java's 3D library?

My question has two parts. First, how do I use Java's 3D library from a development persperctive? Do I only program with Java's 3D API? Do I need any other APIs/libraries? ...
1
vote
3answers
178 views

Java: basic plotting, drawing a point/dot/pixel

I need to just have a panel inside of which i'd be able to draw. I want to be able to draw pixel by pixel. ps: I don't need lines/circles other primitives. pps: the graphics library does not really ...
0
votes
2answers
105 views

g.drawLine doing nothing

This is my code so far with some print lines just to make sure it was actually even going into the method. For some reason NOTHING is being drawn on the canvas, I have a program similar to this as far ...
4
votes
1answer
97 views

Is there a Java library that provides object-oriented drawing? [closed]

I am looking for a library to draw/paint in Java in an Object-Oriented fashion; standard drawing with Java is done with primitives (more or less). For instance, instead of .drawLine(...); it would be ...
1
vote
1answer
136 views

How do I clear my Jpanel but keep the grid lines?

I'm drawing lines on a JPanel using a paint component and graphics 2D, but the background of the JPanel is set to a grid which is drawn when the user enters some dimensions. How do I clear the lines ...
0
votes
1answer
88 views

Appropriate Drawing Library for JBox2D

I'm programming a JBox2D Application. Until now, I used the Graphics2D and the Swing library to draw JBox2D objects on the screen. But now it's getting difficult because I want to attach images and ...

1 2 3 4 5 6