| Thread | Last Post | Replies |
|
| Dipslaying PDF file in java GUI | 12 Oct 2004 10:54 GMT | 2 |
I have a requirement to display pdf file in java gui. Actually my objective is to diplay the PDF file and print it. Since this PDF is generated using java code..I was thinking it would be better if my java application itself can display it rather then PDF viewer. Any pointers?
|
| Progress Bar in a separate window | 11 Oct 2004 08:11 GMT | 3 |
I am writing a little program that reads some data from files. I'd like to show, in a separate window (like many programs), a progress bar. The problem is that the main window is blocked when I show() the JDialog window.
|
| Sound in sun.audio.*; | 10 Oct 2004 16:56 GMT | 1 |
ok, I have 5 or so files which need to be played one after another, pretty much immediately after another such that it sounds like theyre kinda linked so to speak(I cant make one big file as the order they come in differs on runtime)
|
| Basic Frame Program | 10 Oct 2004 12:38 GMT | 3 |
This is a basic java program to create a frame in java that I wrote and is called from another class called from myUserInterface. public class Parent { JFrame myMainFrame = new JFrame();
|
| Free positioning of objects in panel | 10 Oct 2004 07:13 GMT | 6 |
Hi!, I've seen aplications made with java that let you have a panel , with object inside it that are not attached to any layout manager and can exist in any position on the panel. (Like Jude's uml class diagram ) How do I do a free
|
| JTable build on XML | 09 Oct 2004 20:04 GMT | 2 |
anybody try to build a dynamic JTable using XML ? For example: My XML could be build with: 1- DATA: hot to get data table, for example specifing a SQL query
|
| JFileChooser : lock user in current directory ? | 09 Oct 2004 18:48 GMT | 7 |
I'm quite possibly overlooking something - working dreadfully long hours doesn't help ;-) Can I prevent the user from navigating to other directories, the parent directory in particular?
|
| Looking for Applet for inputting non-ASCII characters | 09 Oct 2004 17:40 GMT | 2 |
I'm working on a CGI application that teaches foreign languages by having the student fill in a missing word. A sample of the HTML form, for Spanish, is here: http://www.rawbw.com/~rem/essamp.html In that case the missing word doesn't use any non-ASCII characters, so
|
| Applets and J2SE 5.0 - problems? | 09 Oct 2004 17:31 GMT | 1 |
I set my IE browser (corporate edict to use IE...ugh) to use the 9/30 FCS release of 5.0 Whenever I visit a page with an applet, the browser crashes.
|
| JList - Sorted? | 09 Oct 2004 12:27 GMT | 7 |
I am sure I've done this before but I can't find it... and searching JList and ListModel + subclasses, I can't seem to find the answer. Can we get a JList (or its model) to automatically sort added items alphabetically? Hell, I couldn't even find a method in ArrayList, Collection ...
|
| Toolkit.getDefaultToolkit().createImage(imagedata) java.lang.OutOfMemoryError | 09 Oct 2004 02:11 GMT | 6 |
I have a routine that reads from a URL and gathers an image, then calls Toolkit.getDefaultToolkit().createImage(imagedata) and returns that image to the caller. This is the routine: public Image getUncachedImage(URL this_url)
|
| General Debugging, specifically for DefaultMutableObject | 09 Oct 2004 00:52 GMT | 2 |
This is my solution to the question: Question./ --------- "How do I debug just where a DefaultMutableObject is having it's
|
| Jeppers | 08 Oct 2004 20:26 GMT | 2 |
Is anyone here interested in helping create Swing components? I have an open source project at http://jeppers.sf.net and http://sf.net/projects/jeppers . I have not worked on it for some time now due to lack of interest. The main component JGrid still needs some
|
| Installer recommendation? | 08 Oct 2004 14:09 GMT | 3 |
I am looking to package a java / swing / mysql application so that it can be installed primarily on Window based systems. I googled for "java mysql installer" and came up with a large number of products, gpl'd or commercial; its hard to know where to start. In addition, I am not ...
|
| Swing Application | 08 Oct 2004 12:14 GMT | 1 |
I want to develop a gui to my existing application using swing. I am new to swing. I have designed some menus in the swing. Now i need to change the screen contents to be displayed to the user based on the menu item selected. But i am not able to figure out how it is to be
|