Search the web
Sign In
New User? Sign Up
advanced-swing
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1774 - 1803 of 3432   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1774
This is a shot in the dark, but perhaps someone is banging his head against the same wall... Let's suppose I have a JEditorPane with the following HTML: <html>...
Dmitry Beransky
dberansky@...
Send Email
Feb 1, 2001
1:40 pm
1775
... FYI, there is also swing@... (not advanced swing list). ... Take a look at javax.swing.text.Document.createPosition(int). Generally, an instance of the...
Dmitry Beransky
dberansky@...
Send Email
Feb 2, 2001
5:56 pm
1776
Thanks, will try it right away. I didn't know about the SwingUtilities.layoutCompoundLabel(). I'm still hoping there is a tricky Unicode or Font solution! ...
Steve Barrett
sjbjava@...
Send Email
Feb 3, 2001
1:38 am
1777
Is it possible to change the text shown in JButtons?. For example, in a JOptionPane with YES_NO_OPTIONS, is it possible to get the "YES button" displaying...
Perico
sostersaser@...
Send Email
Feb 3, 2001
3:55 am
1778
Hi Folks, Is it posiible to set the focus ( not the selection ) to a given row in JList ? Thanks - Bharat ...
Bharat Dighe
bdighe@...
Send Email
Feb 3, 2001
6:03 am
1779
http://www.jguru.com/jguru/faq/view.jsp?EID=11760 ... John Zukowski, Content Director http://www.jGuru.com -- Your view of the Java Universe Focus on Java...
John Zukowski
jaz@...
Send Email
Feb 3, 2001
8:44 am
1780
Hi! If I want my Swing dialog box or any other GUI component to always be on top of all other windows, how can I do that? Many applications under Windows have...
Reynshteyn, Leonid
leonid.reynshteyn@...
Send Email
Feb 3, 2001
11:24 am
1781
Hi. is there a way to figure out users bandwidth in JavaScript? Thanks in advance. regards, subhani. ... Email Addresses of Canon India have changed, Send mail...
Shaik Mahaboob Subhani
subhani@...
Send Email
Feb 3, 2001
2:39 pm
1782
Dear IT Manager: Please consider deploying our highly skilled off-shore programmers on your e-commerce and software development projects. They develop software...
wwetroijimm@...
Send Email
Feb 3, 2001
4:12 pm
1783
JOptionPane is already enabled for using resource bundles. I show how to do this in the 2nd edition of my Swing book. Yes both of what you are asking to do is...
John Zukowski
jaz@...
Send Email
Feb 3, 2001
6:43 pm
1784
Alternatively take a look at JOptionPane.showOptionDialog which takes as a parameter an array of objects which are your options on the buttons, like this: ...
Colin Vipurs
colinv@...
Send Email
Feb 3, 2001
11:09 pm
1785
Hi, How do I programmatically select a row in a JTable ? I am implementing Move Up/Down functionality for rows in a table, but found that row selection gets...
Ajit Bhingarkar
abhingar@...
Send Email
Feb 4, 2001
2:47 pm
1786
If you've ever looked at Windows Media Player or other apps that use skins in this way, you may have been impressed. I'm wondering how to do such a thing in...
CLARK,RAND (HP-Rosevi...
rand_clark@...
Send Email
Feb 4, 2001
3:04 pm
1787
Have you looked into JEditPane?? ... From: Harkishin Nachnani [mailto:hnachnani@...] Sent: Thursday, February 01, 2001 9:55 AM To: Hariharasudhan...
Mahrt, Dallas
dallasm@...
Send Email
Feb 4, 2001
4:06 pm
1788
hi Perico, A more productive and flexible approach would be to subclass JDialog, create a simple JLabel/JButton GUI and use ResourceBundles. JOptionPane is...
stan piper
stanusa@...
Send Email
Feb 5, 2001
5:06 am
1789
I am just getting started with JTextPane, so bear with me if the question is not advanced enough. In the simple examples of using JTextPane that I see, we can...
Reynshteyn, Leonid
leonid.reynshteyn@...
Send Email
Feb 5, 2001
7:29 am
1790
Hi! How can I capture an event when user try to select row after last row in a table (i.e. with cursor) For example: I got some limited number of customers...
Damijan Sencar
damijan.sencar@...
Send Email
Feb 5, 2001
11:14 am
1791
I am using JButtons, TableCellRenderers and JLabels all of which need underlined text. I have subclassed to override paint to get underlines. I have tried ...
Steve Barrett
sjbjava@...
Send Email
Feb 6, 2001
5:06 am
1792
Why not just have the TableModel return a row count of 1 more than the number of rows of data you've already got. Then render that row as (say) column 0...
Wathen, Dave
dave.wathen@...
Send Email
Feb 7, 2001
1:22 pm
1793
Hi All, I need some help in using the HTMLEditorKit class and JEditorPane to display HTML . Can somebody point me to resources or tutorials on the net for the...
Hariharasudhan Reghur...
fd97925@...
Send Email
Feb 7, 2001
2:03 pm
1794
Hi Folks, jdk1.3 provides a package for providing WindowsLookAnd feel. This package does not provide LnF of latest windows versions. Are there any third party...
Bharat Dighe
bdighe@...
Send Email
Feb 7, 2001
2:13 pm
1795
Hi! How can I capture an event when user try to select row after last row in a table (i.e. with cursor) For example: I got some limited number of customers...
Damijan Sencar
damijan.sencar@...
Send Email
Feb 7, 2001
3:08 pm
1796
http://java.about.com/compute/java/library/weekly/aa020301a.htm has an article that shows how to create an irregular window (JWindow). ... John Zukowski,...
John Zukowski
jaz@...
Send Email
Feb 7, 2001
3:11 pm
1797
Hi Hari Maybe u can open up Internet Explorer or Netscape or MS WORD on the local drive (All of them display HTML files) Runtime.exec(pathnameOfEditor...
Harkishin Nachnani
hnachnani@...
Send Email
Feb 7, 2001
3:16 pm
1798
Hi, I have a little problem while trying to disable a JTable: I use "myTable.setEnabled(false);" but it doesn't seem to work with tables whereas with JList...
Jose Antonio Lamas
jalamas@...
Send Email
Feb 7, 2001
3:20 pm
1799
Hi! Here is what you need: www.l2fprod.com good luck, Taoufik _______________________________________________ Advanced-swing mailing list Advanced-swing@......
Taoufik Romdhane
taoufic@...
Send Email
Feb 7, 2001
3:40 pm
1800
I wrote a date difference programs. However, two programs give me different results? one day difference, why? Program 1, show me output as 365; Program 2,...
Shiau, Eric
eshiau@...
Send Email
Feb 7, 2001
3:44 pm
1801
Seems i have download problems with this site? Anyone has any luck to download their .30 release? Thanks Lei ... From: Taoufik Romdhane [mailto:taoufic@...]...
Lei Gao
lgao@...
Send Email
Feb 7, 2001
5:04 pm
1802
I am using a table which has a button that implements CellEditor. I want a single click in the table to make the button do its thing so I have ...
Steve Barrett
sjbjava@...
Send Email
Feb 8, 2001
6:58 pm
1803
Is it possible to allow the user to edit dinamically the title of a tab?. Do you know how can I do that or where can I find some similar example or ...
Perico
sostersaser@...
Send Email
Feb 8, 2001
7:52 pm
Messages 1774 - 1803 of 3432   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help