| Thread | Last Post | Replies |
|
| open powerpoint slide file in JSP | 06 Apr 2005 14:15 GMT | 1 |
I included a PPS file as a hyperlink in the jsp file that was developed in Weblogic 8.1.4 on Windows 2000 platform. However, when I clicked the file, it opened it with strange characters file contents. The same file opened correctly under ASP format as a same hyperlink
|
| Tapestry framework, setting properties before rendering? | 06 Apr 2005 13:07 GMT | 1 |
I am using the tapestry framework for building a web application. For display, I do a calculation which determines how a component (the calculation is done in a class that extends the apache BaseComponent class) should look and act. I would like to be able to do the
|
| Deleting folder "Temporary Internet Files" | 06 Apr 2005 13:06 GMT | 2 |
Original problem detailed in: 3988c67a.0503230009.319a686e@posting.google.com (Cannot retrieve message for editing anymore) Hi Rhino,
|
| Hotkeys question | 06 Apr 2005 12:08 GMT | 6 |
All, I am currently looking at doing the following. Using a JtextArea/field create a box that will allow the users to enter hotkeys/shortcut keys. When you click the box it will only take in the key pressed and display
|
| non editable JTable | 06 Apr 2005 12:04 GMT | 1 |
I use a JTable and a DefaultTableModel. How can I make the cells of the JTable not editable? - (although the selection of a row should still work). regards
|
| Putting RTF text on the clipboard. | 06 Apr 2005 12:00 GMT | 3 |
I am trying to put RTF text on the clipboard - in such a way that e.g. Word will paste it as formatted text. Below is a runnable program that shows what I'm doing. You need an RTF file which you give as argument to the program. The program will read the RTF file and put the text on
|
| The javax.servlet.* cannot be imported? | 06 Apr 2005 11:59 GMT | 1 |
I start my java servlet effort on Eclipse. But the code import javax.servlet.*; import javax.servlet.http.*; recieved error
|
| How to distinguish lightweight and heavyweight component? | 06 Apr 2005 10:26 GMT | 2 |
Does component that extends from java.awt.Component or java.awt.Container is a lightweight component, otherwise, it's a heavyweight component?If the lightweight and heavyweight component are not distinguished by this way, how to know the component is lightweight
|
| update JTable | 06 Apr 2005 10:19 GMT | 3 |
I have a JTable with some lines and I implement the function with which the user can select one line and delete it. The problem is that the JTalbe is not automatically updated and the deleted line is still displayed. How can I update my JTable automatically?
|
| extends ArrayList to manage a particular class | 06 Apr 2005 09:47 GMT | 5 |
I want to create my ArrayList which contains only objects from a paricular class, MyClass. I extends ArrayList and override only method "add(int,object)" as follows: public void add(int index, Object m) {
|
| should a dialog implementation be extensible | 06 Apr 2005 09:10 GMT | 1 |
If i have a dialog that requires a user to input his name, address, dob etc, is it advisable to design the class such that it can be subclassed so that the gui can be changed etc?
|
| Thread dump for Java plugin | 06 Apr 2005 09:05 GMT | 1 |
I am having a problem when I am running an applet in IE (JRE 1.4.1). IE gets frozen and I am not able to get a thread dump after problem happended. This make it impossible to get a thread dump since java console is also stuck.
|
| Maximum access in tomcat 5.0 | 06 Apr 2005 08:07 GMT | 1 |
I am building a web application using tomcat 5.0. I would like to ask whether there is maximum number of access to Tomcat at the same time? If have, what is the maximum? thank you !
|
| looking for java technology overview | 06 Apr 2005 04:27 GMT | 2 |
a while ago I stumbled across a PDF that shows an overview of all the available Java Technologies up to date. I really like it but now that I'm searching for it I can't find it on the web. I'm pretty sure it was somewhere on sun.com or java.sun.com.
|
| Url in Jar | 06 Apr 2005 02:46 GMT | 6 |
I have an html page, locally, which I can have appear in a JEditorPane: JEditorPane helpPane; helpPane.setPage(new File("myfile.html").toURL()); Which works fine, until I package everything up into a jar file. How can I
|