Tagged Questions

4
votes
4answers
136 views

DataGridView White Space After Last Column Header

I'm trying to mimic what every other tabular view does with the DataGridView control, but I can't seem to get the headers correct. I want a blank header to the right of all header …
3
votes
4answers
377 views

Call repaint from another class in java?

Hi all. I'm probably doing this wrong, so please be nice. I'm developing a java game, and I'm at the stage of testing character movement / animation. The "person" can move up down …
3
votes
1answer
481 views

How to create MS Paint clone with Python and pygame

As I see it, there are two ways to handle mouse events to draw a picture. The first is to detect when the mouse moves and draw a line to where the mouse is, shown here. However, …
2
votes
2answers
364 views

Java repaint not working correctly

i use the java repaint method , it repaints, but the update is only seen when I either click on the canvas or resize the panel. How can I fix this ? What causes it?
2
votes
2answers
210 views

Reverse Engineering old paint programs.

I've got a couple of really old MSDos based paint programs. They work on palette indexed image buffers. They have a number of spectacular shape drawing tools, brushes and effects t …
2
votes
2answers
380 views

Getting drawable area of an AWT frame in Mac OS X?

I have subclassed java.awt.Frame and have overridden the paint() method as I wish to draw the entire contents of the window manually. However, on the graphics object, (0,0) corres …
1
vote
5answers
152 views

Can i use Paint.NET API to embedd it in Winforms application?

I'm trying to let the use crop a selected area from picture in my winforms application and thought to embed the Paint.NET and limit its functions. I understand that Paint.NET API i …
1
vote
2answers
44 views

what libraries, data, algorithms exist for simulation of paint?

I would like to model oil and acrylic paint on a canvas in such a way that I can add a brush stroke to the canvas and have the colours mix. I don't want to animate this happening, …
1
vote
1answer
194 views

How do I color LabelField text within a ListField when the parent manager has the focus?

I have an overridden LabelField that allows me to change the font color based on whether an item in my ListField should be subdued or now. Making the LabelField color subdued work …
1
vote
5answers
160 views

How to combine repaints in Swing?

I am calling repaint a bunch of times from a listeners, but the way I designed my paint function is only one repaint is required. I generate a bunch of repaints, since it hooked i …
1
vote
2answers
317 views

Problem with Painting in Java Swing App in Java 1.6

Hi, I'm working on a Swing application (currently running on Java 1.6 update 11) which has some intermittent paint refresh problems (e.g. there are artifacts etc.). This only happ …
1
vote
2answers
199 views

How do I draw a dotted line from the paint method on a JComponent?

Hey I have to draw a dotted or dashed line In a JComponent. How do I do that?
1
vote
3answers
567 views

Simple open source paint program

I am trying to experiment with expanding paint-like program adding custom features to it. Can you suggest a simple open source paint-like program written in C and using GTK+ librar …
1
vote
2answers
2k views

PictureBox resize & paint problem

I want to show some graphics in a Winform app, it will be a stock's chart drawing tool. I think (but I am not sure...) I have to use a PictureBox, and using the System.Drawing.Grap …
1
vote
2answers
895 views

How to save an image-file on server through Java applet?

I have a paint application that runs as a Java applet. I need to save the contents of the canvas on server machine in any image-format typically PNG. Please help!

1 2 3 next
15 30 50 per page