| Thread | Last Post | Replies |
|
| HTMLEditorKit to Render Off-Screen Images? | 06 Dec 2003 00:49 GMT | 5 |
Is it possible to create off-screen images that render HTML pages? In other words, can I feed an HTML page to some text.swing object, and have it save out a JPEG for me? Thanks for pointing me in a direction-- any direction, really.
|
| dragging graphics in a JTable | 05 Dec 2003 23:19 GMT | 2 |
I am interested in creating a graphics object (for example, a big dot) creating it such that it can be moved within a cell and then moved across cells. I had something working outside of a JTable (using Point2D) and overiding paintComponent such that the drawing routine
|
| Java HTML formatter? | 05 Dec 2003 13:19 GMT | 1 |
Java HTML formatter? I am looking for a java applet that will allow web page users to format text in a form input field, which outputs html which I can store in a database.
|
| Create java image from Jpanel without displaying | 05 Dec 2003 07:14 GMT | 1 |
I have a PlotPanel class that extends JPanel which I have used previously to display charts in swing guis. I now want to display a graph in a jsp page so I was going to generate the graph and then save it to a jpeg and then display it in the page.
|
| change component in listener | 05 Dec 2003 07:04 GMT | 1 |
I have a JEditorPane and an associated CaretListener. I'd like to change the text of the JEditorPane when some condition in the CaretListener is met. This gives an Exception, not to mutate from within a Listener.
|
| JEditPane not showing apostrophe's in Red Hat, Solaris, etc. | 05 Dec 2003 05:19 GMT | 2 |
I am passing HTML to a JEditPane in my Java Application which works fine in Windows, but can someone tell me why apostrophes (') are not being rendered correctly on Red Hat, Solaris, etc. It just displays a box.
|
| labels on panels disappear | 05 Dec 2003 04:38 GMT | 3 |
I am pretty new to Java and I am writing a simple chess applet. My chessboard is a gridlayout with panels. On those panels there are labels which symbolize the chess pieces. When I click on a piece I can then click on a second field of the chessboard and the piece (the
|
| Flash Support | 04 Dec 2003 15:21 GMT | 1 |
I need to be able to read flash files inside a java application. Actually what I need to do is take any format (AVI, MPEG, FLASH etc) and convert it to either AVI or MPEG2. The conversion part is fine, I am using JMF to play the frames and then I
|
| group admin | 04 Dec 2003 09:26 GMT | 2 |
Ok... I messed up and posted with my real email address. Is there any way to remove ALL post I have made in here? Or at least remove my email address? The spam has grown so much I cant take it anymore. I dont want it to get
|
| A couple of fairly basic questions to get my layout working well | 04 Dec 2003 03:21 GMT | 4 |
It's been a loooong time since I've done any Swing work so I have a couple of noob questions to ask about getting the following frame to layout just right. The code was generated with jBuilder and then massaged in eclipse to make it self contained (if you care :-)
|
| how to make non-Rectangular Framed GUIs in java using swings | 04 Dec 2003 03:13 GMT | 1 |
Hello Sir!, i could not find any information on how to make a non-rectangular Frame in JAVA swings.For that i think one has to write own new Frame container,then how to do this?..
|
| setLocation problem | 04 Dec 2003 00:42 GMT | 10 |
I'm a newbie to Java and am trying to figure out a small problem with the setLocation statement in that nomatter what settings I use, it text always appears at the same location. The code is such:
|
| A question about getAppletContext() | 03 Dec 2003 14:34 GMT | 2 |
Here is the basic premise: I have a class Temp that extends a class Election that extends JApplet. What I want to do is make use of JApplets getAppletContext().showDocument functionality, so that I can open a URL in the webrowser that Election
|
| JTextPane ignores CSS | 03 Dec 2003 14:32 GMT | 3 |
I've been trying to get a JTextPane to do something with a CSS. It seems to ignore what I supply. This is the smallest non working example I can manage. The text gets displayed, but with the default size and font. I've tried feeding the same text into Mozilla Firebird,
|
| non-static method...static context | 03 Dec 2003 14:30 GMT | 4 |
this code is for a subtitle pane in our GUI. when we try to call Subtitle.setSubtitleText("whatever"); from another class we get this error:
|