Hi, I'd like your opinions on the following proposal from my product manager: He'd like us to deliver all help screens as HTML pages installed on client...
Paul Kavanagh
paul@...
Nov 8, 2002 7:34 pm
3185
Paul, That looks fairly accurate to me. I would add though, that for "con #2", if you are trying to launch the user's browser from within a Java application,...
Roger Blanken
roger@...
Nov 8, 2002 7:57 pm
3186
hi all, I'm trying to get the image links out of a google image search result page - but I get a 403 error when I try to view it wtih a JEditorPane. I thought...
Rahul Bhargava
rahulb@...
Nov 11, 2002 6:18 am
3187
Rahul, An HTTP 403 error is a "Forbidden" error. Since you're accessing a public Web site, my guess would be that your organization uses a proxy server to...
Kevin Yank
kevin@...
Nov 11, 2002 3:19 pm
3188
Hi I have created an applet. The HTML for invoking the applet has both the <object> and <embed> tag. We tried the applet in 6 windows NT system. In 4 out of 6 ...
rajeswari_pj@...
Nov 11, 2002 10:03 pm
3189
... In tools,there are some rectangles.It provide function of drawing rectangles by using mouse.When click one of rectangles with mouse's right click,it will...
Edward King
zhangsc@...
Nov 13, 2002 3:21 am
3190
I don't know what your licensing and/or redistribution constraints are, but you might want to look at the scheduling components in Infragistic's JSuite...
Prescott, Ralph
ralph_prescott@...
Nov 13, 2002 2:11 pm
3191
Hmm... no, it's not a proxy issues. I'm on a Cable modem without any such configuration. I can get lots of other webpages fine with the JEditorPane,...
Rahul Bhargava
rahulb@...
Nov 13, 2002 3:45 pm
3192
Hi Rahul, I donīt really know how to do what you want, but I know an application, free, and with source code, which does, so you can take a look at it. ...
Jorge Morales Pou
jmp07@...
Nov 13, 2002 4:13 pm
3193
... hmm... If the problem is with the HTML content rather than the headers, You could try putting the HTML into a local text file and then experimenting with...
Prescott, Ralph
ralph_prescott@...
Nov 13, 2002 8:51 pm
3194
hmmm... so I went a level deeper, as you suggest, to better diagnose the issue. It looks like when I do try{ URL u1 = new URL("http://images.google.com/"); ...
Rahul Bhargava
rahulb@...
Nov 13, 2002 10:15 pm
3195
My guess is that Google has limited the access to the images search based upon the REFERER field in HTTP protocol. I would think that would not be so keen on...
NORELL, Peter
Peter.NORELL@...
Nov 14, 2002 9:58 am
3196
Hi All, I need to know how to make the enter key behave like a tab key in a JTable when the cell in the renderer mode? It would be quite helpful if anyone...
Sundar
sundaravadivel.karupp...
Nov 18, 2002 6:21 am
3197
Hi everyone, a colleague of mine wishes to use ListResourceBundles to store resources such as button labels etc. I think it'd be better to use property files...
Paul Kavanagh
paul@...
Nov 19, 2002 1:02 am
3198
Hi Paul, It's true that a property file is more flexible - because it is text that doesn't need to be compiled. But I wonder if there is a performance ...
Farwell, Paul
PFarwell@...
Nov 19, 2002 2:25 pm
3199
Hi Paul I think if there is the remotest possibility of translating your app. then using resource bundles of some kind from the start is a must. It doesn't add...
Clinton, Julian
jclinton@...
Nov 19, 2002 3:03 pm
3200
... I have a frame with 2 panels. The top panel is a table. The bottom panel is a navigation tool. Input in the navigation panel is reflected on the table...
Tim Troy
timtroy@...
Nov 22, 2002 6:27 pm
3201
Hello, Does anybody know how to include JScrollPane inside JTabbedPane? I'am looking for a way to make the whole viewable area of JTabbedPane scroll. thanks, ...
Aleksandr Kravets
akravets@...
Nov 25, 2002 5:30 pm
3202
In the 1.4 release of Swing, there is a JTabbedPane with a scroll function. ... From: Aleksandr Kravets [mailto:akravets@...] Sent: Monday,...
Farwell, Paul
PFarwell@...
Nov 25, 2002 5:50 pm
3203
Seems to me you put the JScrollPane inside the JTabbedPane the same way you would any other Component: JTabbedPane tabs = new JTabbedPane(); Component c = ...;...
Kevin Yank
kevin@...
Nov 25, 2002 8:51 pm
3204
Hello folks In my application, when I want to keep a JTree's nodes expanded as the the way user did on it, what I should do? Previously, I called expandPath...
Lei Gao
gao@...
Nov 26, 2002 3:32 pm
3205
Hi, I would like to implement an editable JComboBox that uses some form of autocomplete (just like in IE when typing in a URL). I've looked at various options...
Darren Edmonds
dledmonds@...
Nov 27, 2002 4:28 pm
3206
Note: forwarded message attached. __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. ...
Amol Bansode
buamol@...
Nov 28, 2002 8:09 am
3207
Look at Kim Topley's "Core SWING advanced programming" ... From: <advanced-swing-request@...> To: <advanced-swing@...> Sent: Thursday, November 28, 2002...
ak
k.andrei@...
Nov 28, 2002 1:55 pm
3208
I am trying to use JTable for data entry. I assign few columns to contain Integer class type and others with Float. Now, the problem that arise is that...
Shomal Bafna
shomal@...
Dec 4, 2002 5:48 am
3209
One simple way, if all you want to do is fix the way it looks, is to set a renderer for that column that will convert the Number to the appropriate String...
Sachin Hejip
sachinh@...
Dec 4, 2002 5:53 am
3210
when does setMaximumSize() used. basically my code goes like this private void setIndentTable(){ ViewIndents vi = new ViewIndents(); DefaultTableModel dtm =...
Shomal Bafna
shomal@...
Dec 4, 2002 1:21 pm
3211
You didn't include the definitions of the various variables, etc., so I'll assume that the variable js is a JScrollPane. One thing about tables inside scroll...
Joel Kamentz
Joel.Kamentz@...
Dec 4, 2002 4:54 pm
3212
Hi, Is there anyway of building a minimizable and iconifiable JDialog.? Thank you. J.Ganesan...
J.Ganesan
tanyageo@...
Dec 5, 2002 5:15 pm
3213
Does anyone know a good way to get a reference to the JDialog which is the active dialog, i.e. the dialog at the top of the z-order? Our applet launches modal...