Java 2D is an API for drawing two-dimensional graphics using the Java programming language.

learn more… | top users | synonyms (1)

1
vote
1answer
21 views

Java High Level Library for Drawing Geometrical Shapes with Decoration

I have been trying to find a library for drawing various high school geometric shapes in java including angle markers (such as: arcs between adjacent sides of triangle describing angle between them, I ...
3
votes
1answer
27 views

Stretching Polygon to other Polygon with Java

My problem is that I have a rectangle presented with a small perspective, and I would like to stretch it back to be presented as a rectangle again. To represent it visually, I currently have within ...
0
votes
1answer
29 views

Make a Java JLabel Icon Resizeable

How does one resize an image that will be placed in a JLabel? ImageIcon icon = ImageIcon("img.gif"); JLabel label = new JLabel(icon);
0
votes
0answers
54 views

Make projectiles fire a certain direction

How to make projectiles fire a certain direction? I'm making a small game for my Java class in which you play a small red square with a face and basically have to shoot oncoming shapes from the ...
0
votes
1answer
22 views

Make shades with different color in Julia set .

As in the title , i want to add 2-3 colors with shades to my Julia set . But I dont have any idea how to do it . I know how to add 1 color , and i do it . But i must to add 2-3. import ...
0
votes
0answers
19 views

What is the purpose of the put method of the RenderingHints class?

I've scoured the internet for clues as to what the put method actually does. According to some Java documentation it sets whatever key is in it's first argument to whatever value is in it's second ...
3
votes
1answer
43 views

Trouble Drawing Arcs Between Adjacent Edges of Triangle

I have been trying to write the code for generating random triangles and drawing arcs between the adjacent edges of the trianglefor describing the angle between them. It almost works. But it seems my ...
-2
votes
2answers
44 views

java animation trouble getting the x and y cordinates of the mouse

so i wrote this code but im not sure of where does the mouse listener goes and also how to loop the program. im trying to achieve a particle explosion passing the x and y coordinates of the mouse when ...
0
votes
3answers
38 views

Aligning Shape's Center to JPanel's Center

I have been trying to align my java2d shape's center to the JPanel's center with no success. I was able to do it for an image and many 2D shapes like parallelogram using getBounds method but not for ...
1
vote
1answer
28 views

How to compute a path bounding box taking into account the Stroke

I am currently drawing a line using the code below and would like to get the bounding box around my path but if I call path.getBounds() I get a bounding box that ignore the stroke width and line join ...
0
votes
0answers
27 views

Rect Collision rect.intersects(rect) does not work

Edit : Got it to work by moving the rectangle objects into the ActionListener. The problem was the the cords of the rectangle were not being updated.
0
votes
2answers
50 views

Frozen Java Jcomponent

I've got a problem with my Component in Java. The problem is that in my GUI i can't see any changes of my ovals colors. When the OVF flag is set to false they should be white, and when the flag OVF is ...
0
votes
0answers
32 views

creating a rectangle from 2 specific points

I am trying to create a rectangle in Java but only with awt package classes. I can only click 2 points and the program must calculate the width and height and make Rectangle between those exact two ...
-2
votes
1answer
23 views

draw ellipse2d around mouse click java [closed]

I am making a program that draws ellipses when the user clicks the screen. Currently when the ellipse is drawn the origin is (0,0) so it is being drawn from the top right. I want it to be drawn around ...
0
votes
1answer
16 views

getting the desired aspect ratio for BufferedImage

I am using the following codes to resize an image, I can easily get same aspect ratio as the original image by using the getScaledInstance function by setting one parameter to negative, so that it ...
1
vote
2answers
40 views

resizing an image without compromising the aspect ratio

I use the following codes to resize an image but the problem is that they don't maintain the original aspect ratio, is there any way by which I can resize the image without compromising the aspect ...
0
votes
0answers
66 views

Java Swing Not Rendering Correctly

I have been working on a project. In one part of the project I needed to draw on JPanel. Graphics2D object is passed to the model part of the framework and model will draw whatever it needs to draw at ...
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
2answers
36 views

Rotating graphics

I am trying to make a bullet class. When it is called it will get a direction and an initial position. The problem is the direction is not working it only goes up no matter what I set as the ...
-1
votes
0answers
9 views

Resize Rotated Rectangle

i have two problem with rotated Rectangle : 1 - after rotate i can't correctly detect Rectangle Edge with outCode(x,y) method. 2 - after rotate rectangle , resize method not work correctly and ...
0
votes
1answer
59 views

Repainting/Revalidating JPanel wont work

I am unclear on how to repaint a JPanel in my existing code. I also dont understand how paintComponent is being called. Firstly, I would simply like to clear the JPanel but I cannot even do that. I ...
-3
votes
0answers
36 views

Java2D Performance on Mac is bad [closed]

I get about 300-400 fps for a small game-thing on my Windows computer, but trying it on my mac results in 60-70 fps results. This is actually really bad (I'm rendering about 2 images). How do I fix? ...
0
votes
2answers
38 views

Having trouble adding graphics to JPanel

I have looked online, but I am still having trouble understanding how to add graphics to a JPanel Here is the code for my panel class: public class GamePanel extends JPanel { public ...
0
votes
0answers
36 views

Java2D OpenGL pipeline causing Swing issues

I have a simple app in which a user can draw with colours on a grid canvas. I noticed a large speed increase when I set the sun.java2d.opengl system property to true, yet this had unwanted side ...
0
votes
2answers
37 views

Drawing lines on a black JFrame

Im trying to use what I have learned the last six months of java programming to recreate the classic pong game. But drawing lines isn't one of the things, even if it seems basic. public static void ...
-2
votes
0answers
39 views

Get the x and y of the middle of the red line - trig

I'm trying to get the x and y of the middle of the red line, I'm doing something wrong. Hows your trig? The GUI is supposed to analyze triangles, I wanted the angle to float always at the middle of ...
1
vote
1answer
49 views

How to cancel a repaint of a JPanel?

I know that JPanel is, by default, automatically double-buffered. However, I have a particularly time-intensive painting operation in my panel, but the panel only needs to be repainted when the ...
-1
votes
1answer
30 views

Using JComponent to draw unique rectangle

How do I draw the unique rectangle(cube) inside the oval: http://i.stack.imgur.com/pmHTl.jpg For me it is tricky to use graphics to draw a rectangle such as the one shown. Any advice on what to ...
0
votes
1answer
18 views

Jdeveloper rendering messed up on Linux when JSF Designer

I have installed Jdeveloper 11g on Ubuntu 12.04 64 bit. After trying to edit the jsf page in the design mode the Jdeveloper becomes completely messed up like on the page below. I tried different ...
2
votes
1answer
22 views

Dragging of shapes on Jpanel

I am using JButton's Action listener to draw different shapes.To keep previously drawn shapes on panel all time, I've used an arraylist in which all drawn shapes has added and repaint whole list.How ...
0
votes
1answer
32 views

How to fit the rectangle in the frame proportionally?

Try to draw a rectangle with different size, How to fit it in one frame proportionally(assume the frame is fixed)? public class Draw extends JComponent { public void paint(Graphics g) { ...
1
vote
1answer
32 views

2D Geometry in java

I was writing an application using mvc framework. It's actually an examination application. There are question generator classes in model part. But when it comes to geometry question, I'm puzzled ...
0
votes
3answers
75 views

Expected red rectangle in frame, see nothing [closed]

Here's the code: Class aa package com.MahBonnets.Game; import javax.swing.*; public class aa { public static ab f = new ab(); public static int width = 600; public static int height = 400; public ...
2
votes
1answer
70 views

Using an ArrayList to draw images (JPanel, JFrame)

I am having some trouble using an ArrayList to draw multiple images within a JPanel/Jframe. My project is to create a Yar's Revenge type game. So far, no where near that but here is what I have: ...
3
votes
1answer
87 views

Java graphics2D fillRect does not work properly with semi-transparent colors

I was writing a program with some custom rendering, and needed to render a rectangle with a border. I decided to simply call graphics2D.fillRect(), switch to the border color, and call ...
-2
votes
1answer
53 views

Write an applet that displays “UT” in blue in a yellow circle

Write an applet that displays “UT” in blue in a yellow circle Here is the code public void paint(Graphics g) { g.setColor(Color.blue); Font f = new Font("TimesRoman", Font.PLAIN, 72); g.setFont(f); ...
2
votes
3answers
42 views

Display all drawn shapes on JPanel

I am using JButton's Action listener to draw different shapes. It is working fine but how to keep previously drawn shapes on panel all time? Because when another button pressed previous shapes has ...
0
votes
2answers
59 views

Antialias height map edge using Java 2D

I'm using Java 2D to render a terrain map. Terrain Map looks like this: You can see how the edges are rather jagged. I want to render the edge of the terrain smoothly, but turning on antialiasing ...
1
vote
3answers
70 views

Java2D drawImage paint an awful black background

I'm using Java2D in order to generate a binary image, when paiting png files I'm getting an awful black background on every picture which contains transparent background (i.e. the transparent ...
0
votes
1answer
41 views

MouseMoved event

What im trying to do is I draw the image, and then I use this method to hide and draw the image again where the mouse at. the problem im facing that I still get some little stuff from the old image ...
1
vote
1answer
56 views

Draw PNG on Canvas using pixels; formula?

I'm following a couple of Java2D tutorials, and am now trying to draw a simple PNG on a Canvas. I create a BufferedImage and then retrieve the pixel data with pixels = ((DataBufferInt) ...
0
votes
2answers
39 views

BufferStrategy and Swing combined?

BufferStrategy is part of AWT and often used with the Canvas class, but could it also be combined with a Swing UI without causing any window display problems or should I better use pure AWT in this ...
-1
votes
0answers
45 views

how to draw line using 2 windows [closed]

So the problem is that i need to draw Line in the second window but i dont know how. I need to use 1 window for GUI (buttons, TexField, etc) and also when the button is cliced it should be draw a line ...
1
vote
1answer
16 views

Detecting Mouse near a GeneralPath

I've drawn a GeneralPath that represents a mean on a chart. Now what i need is detecting when the mouse is near it: i've used Line2d.segDist to detect if the mouse is near a Line2D object. Is there ...
0
votes
1answer
72 views

Trying to draw lines with JPanel

I am trying to draw lines using JPanel and I have hit somewhat of a wall. I can get two sides down but once it comes to subtracting from the x cord it all goes wrong. package GUIstuff; import ...
0
votes
0answers
27 views

Java JPanels graphics [duplicate]

If I have many JPanels, how would I chose to draw on just one of them? I am trying to draw on my drawingPanel for random circles but that isnt working? I am having trouble getting my code to read my ...
0
votes
0answers
66 views

LWJGL SWING Display JAVA 2D JPanel not showing up

I created a jframe and added a canvas into it. I called the Display.setParent(canvas) and now I have a swing frame and its rendering LWJGL. great. now I wanted to add a panel to draw using the ...
0
votes
0answers
72 views

Java Swing + Timer? Moving a line across JPanel

What I'm trying to do is simple. I have a JLayeredPane with two panels inside of it. Panel 2 (higher Z index) has a transparent background and only displays a Line2D element that goes from Y = 0 to Y ...
0
votes
1answer
21 views

How can I efficiently store the contents of a VolatileImage between frames?

I'm making a game in Java and enjoying the speedup that VolatileImage offers. I'd like to include an effect in my game that makes objects linger and fade in their old positions after moving away, much ...
0
votes
1answer
38 views

Enlarging JFrame/JPanel Programmatically

I have been working on a Java 2D game and halfway through I noticed that my screen and sprites are too small. Enlarging them by hand would be a pain. Is it possible to enlarge a JFrame or JPanel and ...

1 2 3 4 5 11