Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #2134 > unrolled thread

How to get the simplest S

Started by"marcussilfver" <marcussilfver@THRWHITE.remove-dii-this>
First post2011-04-27 15:37 +0000
Last post2011-04-27 15:37 +0000
Articles 4 — 3 participants

Back to article view | Back to comp.lang.java.gui


Contents

  How to get the simplest S "marcussilfver" <marcussilfver@THRWHITE.remove-dii-this> - 2011-04-27 15:37 +0000
    Re: How to get the simple "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:37 +0000
      Re: How to get the simple "marcussilfver" <marcussilfver@THRWHITE.remove-dii-this> - 2011-04-27 15:37 +0000
        Re: How to get the simple "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:37 +0000

#2134 — How to get the simplest S

From"marcussilfver" <marcussilfver@THRWHITE.remove-dii-this>
Date2011-04-27 15:37 +0000
SubjectHow to get the simplest S
Message-ID<1185437656.791940.184960@o61g2000hsh.googlegroups.com>
  To: comp.lang.java.gui
I am trying to get started with Swingx. So I went to their webpage
http://swinglabs.org/downloads.jsp and downloaded the latest weekly
build (22 Jul 2007).

What I am trying to do is use the JXPanel. So I included all the 7
jars that came with the package (3 in the lib/ dir and 4 in the lib/
optional dir) in my project and tried to import
org.jdesktop.swingx.JXPanel. But it is not there (Eclipse says: cannot
resolve)!!

I looked in the jars and It is not included in any of them. In fact
all there is in the org.jdesktop package is "layout" and
"swingworker". No swingx whatsoever.

So my question is: How can I get the org.jdesktop.swingx.JXPanel to be
resolved so that I can use the JXPanel?

I am new to all this so sorry if my question is stupid

thanks

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [next] | [standalone]


#2135 — Re: How to get the simple

From"Roedy Green" <roedy.green@THRWHITE.remove-dii-this>
Date2011-04-27 15:37 +0000
SubjectRe: How to get the simple
Message-ID<nanga358vhh6d9ihjmlct0e82fkrgm88t4@4ax.com>
In reply to#2134
  To: comp.lang.java.gui
On Thu, 26 Jul 2007 01:14:16 -0700, marcussilfver@gmail.com wrote,
quoted or indirectly quoted someone who said :

>So my question is: How can I get the org.jdesktop.swingx.JXPanel to be
>resolved so that I can use the JXPanel?

The easiest way access auxiliary jars  to put the jars in your ext
directory. See http://mindprod.com/jgloss/classpath.html
for details.

The easiest way to deploy them to the customer is to use Java Web
Start.  http://mindprod.com/jgloss/javawebstart.html

Alternatively you could use a commercial installer.
see http://mindprod.com/jgloss/installer.html


-- 
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#2137 — Re: How to get the simple

From"marcussilfver" <marcussilfver@THRWHITE.remove-dii-this>
Date2011-04-27 15:37 +0000
SubjectRe: How to get the simple
Message-ID<1185441603.213295.204630@19g2000hsx.googlegroups.com>
In reply to#2135
  To: comp.lang.java.gui
On 26 Juli, 10:39, Roedy Green <see_webs...@mindprod.com.invalid>
wrote:
> The easiest way access auxiliary jars  to put the jars in your ext
> directory. Seehttp://mindprod.com/jgloss/classpath.html
> for details.
>

thanks for answering.
I dont think that is my problem though. In my IDE (Eclipse) I have
added external Jars to the Java build path (clicking project
properties->Java build path->add external JARs). I can see them in the
tree with my project. I can also import the packages that are included
in these jars into my project (they are resolved). The problem is that
there does not seem to be a swingx package in any of these jars, so
that import does not resolve.

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#2143 — Re: How to get the simple

From"Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this>
Date2011-04-27 15:37 +0000
SubjectRe: How to get the simple
Message-ID<75bfb4de27975@uwe>
In reply to#2137
  To: comp.lang.java.gui
marcussilfver@gmail.com wrote:
>On 26 Juli, 10:39, Roedy Green <see_webs...@mindprod.com.invalid>
>wrote:
..
>I dont think that is my problem though. 

<http://swinglabs.org/projects.jsp> seems to rely heavily on
<https://swingx.dev.java.net/>.  Perhaps you can get the 
needed binaries from the java.net project.

-- 
Andrew Thompson
http://www.athompson.info/andrew/

Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-gui/200707/1

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.gui


csiph-web