| Thread | Last Post | Replies |
|
| Getting ScrolledComposite to scroll | 14 Feb 2007 07:14 GMT | 1 |
I'm new to SWT, I have come from using Swing. I think I'm having problems with the size stuff but I'm not sure. Basically I've forced the scroll bar to show, but it's not enabled. Here's my code as a subclass of org.eclipse.jface.window.Window:
|
| getting java.lang.NoClassDefFoundError: com/ibm/icu/text/BreakIterator in standalone eclipse | 11 Feb 2007 16:16 GMT | 1 |
hi.. trying to create a standalone eclipse application but getting this: java.lang.NoClassDefFoundError: com/ibm/icu/text/BreakIterator what jar am i missing?
|
| Unable To Load Resource | 10 Feb 2007 04:32 GMT | 1 |
I'm probably in the wrong group, so please direct me if you can. I'm trying to launch a java gui but I get the following error: Unable To Load Resource:https://*.*.*.com/launcher.jnlp This used to work but something has changed on my PC.
|
| How to show math equations in a GUI | 09 Feb 2007 20:32 GMT | 9 |
I am making a help program, similar to those used from excel. So there is main menu on the left panel..and depending on what you click, different text is shown on the right panel. I have to show some mathematical equations, like x^2 = (xi- xj) /
|
| Really interesting graphics/image problem | 08 Feb 2007 18:16 GMT | 3 |
I'm working on a project where I have to have some scrolling text displayed. I wrote a component that does just that and it works fine. I have that component on a JPanel that has a BufferedImage drawn on it. I'm getting some performance problems depending on the type of image
|
| i need a sample code for my swing component communicate with informatica powercenter | 07 Feb 2007 06:58 GMT | 1 |
i need sample code to call or communicate with informatica power center to my swing component.its like java to Database communication. can anyone suggest me its urgent plz.
|
| Visual Editor not working with Eclipse | 05 Feb 2007 22:31 GMT | 1 |
Im using Eclipse sdk 3.2.1. I followed http://www.eclipse.org/vep/WebContent/faq.html#install_howto to install Visual Editor thru Eclipse. But I don't see anywhere visual class option. anyhelp?
|
| application not running.. | 05 Feb 2007 19:01 GMT | 2 |
i have created one application and its running on few machines but its not running on some other machines. error "Main class not fonund. program will exit" is coming on screen.
|
| printing problem | 04 Feb 2007 18:29 GMT | 3 |
i have developed application in which you can take printouts of bills, challan, etc. its working properly. but when i try to take printout on other printer some data doesnt get
|
| TABS FOR MY WEB SITE | 04 Feb 2007 07:52 GMT | 1 |
I am looking for someone who can help me create some tabs for my web site. Can you help me or suggest someone who might be able to help me? i can e-mail you an idea of the look that I am desire to achieve.
|
| data structure for hit testing | 03 Feb 2007 20:27 GMT | 3 |
I'm experimenting with hit testing. When I move the mouse cursor into a hit test "box", I output a hit. I have so far:
|
| JTextPane: Adding draggable components | 03 Feb 2007 15:13 GMT | 1 |
Hi. I've been planning out a small project just to get to know Swing a bit better. The project is really simple, except for one aspect of it. What I want to do is to have a JTextPane for entering text (by default), but to also allow other objects to be inserted in with the
|
| JDialog not consuming ESC key | 03 Feb 2007 09:01 GMT | 12 |
I have a JDialog that responds to an ESC key regardless of which component has the focus. This is what I want. However, it seems that the esc key is not consumed, because upon disposing of this dialog, when I open another, it immediately acts as if ESC has been
|
| Magnifying glass to zoom on a jtable | 03 Feb 2007 02:32 GMT | 2 |
Has anyone seen a decent blog or open source code for a swing app which shows a table with data and has a magnifying glass which when passed over the table blows up the level of detail to be large within the magnifying glass?
|
| SynthLookAndFeel | 02 Feb 2007 11:04 GMT | 14 |
I've just recently discovered the Synth L&F, and I must profess myself a little surprised at how very little has been made of it. It looks like a great way of giving an app or apps and individual look. Obviously, it's far from perfect. The lack of a useful default is
|