java-gnome-developer Mailing List for The java-gnome language bindings project (Page 42)
Brought to you by:
afcowie
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(37) |
Dec
(14) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(2) |
Feb
(20) |
Mar
(20) |
Apr
(8) |
May
|
Jun
(1) |
Jul
(6) |
Aug
(39) |
Sep
(37) |
Oct
(34) |
Nov
(50) |
Dec
(22) |
2002 |
Jan
(7) |
Feb
(13) |
Mar
(32) |
Apr
(16) |
May
(26) |
Jun
(20) |
Jul
(32) |
Aug
(7) |
Sep
(2) |
Oct
(11) |
Nov
(3) |
Dec
(35) |
2003 |
Jan
(11) |
Feb
(3) |
Mar
(8) |
Apr
(3) |
May
(11) |
Jun
(20) |
Jul
(11) |
Aug
(29) |
Sep
(13) |
Oct
(91) |
Nov
(185) |
Dec
(207) |
2004 |
Jan
(108) |
Feb
(171) |
Mar
(207) |
Apr
(113) |
May
(22) |
Jun
(53) |
Jul
(69) |
Aug
(43) |
Sep
(34) |
Oct
(182) |
Nov
(101) |
Dec
(61) |
2005 |
Jan
(86) |
Feb
(45) |
Mar
(106) |
Apr
(67) |
May
(70) |
Jun
(47) |
Jul
(19) |
Aug
(34) |
Sep
(24) |
Oct
(45) |
Nov
(20) |
Dec
(58) |
2006 |
Jan
(21) |
Feb
(21) |
Mar
(16) |
Apr
(24) |
May
(24) |
Jun
(47) |
Jul
(20) |
Aug
(8) |
Sep
(13) |
Oct
(7) |
Nov
(23) |
Dec
(2) |
2007 |
Jan
|
Feb
(14) |
Mar
(3) |
Apr
(11) |
May
(1) |
Jun
(15) |
Jul
(2) |
Aug
(5) |
Sep
(10) |
Oct
(5) |
Nov
(1) |
Dec
|
2008 |
Jan
|
Feb
(13) |
Mar
(13) |
Apr
(4) |
May
(2) |
Jun
(1) |
Jul
(5) |
Aug
(7) |
Sep
(2) |
Oct
(14) |
Nov
(11) |
Dec
(12) |
2009 |
Jan
(30) |
Feb
(4) |
Mar
(16) |
Apr
(9) |
May
(9) |
Jun
(7) |
Jul
(6) |
Aug
(3) |
Sep
(14) |
Oct
(8) |
Nov
(12) |
Dec
(9) |
2010 |
Jan
(4) |
Feb
(27) |
Mar
(6) |
Apr
(4) |
May
(3) |
Jun
(13) |
Jul
(6) |
Aug
(15) |
Sep
(15) |
Oct
(12) |
Nov
(11) |
Dec
(9) |
2011 |
Jan
(12) |
Feb
(11) |
Mar
|
Apr
(3) |
May
|
Jun
(3) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(8) |
Nov
(1) |
Dec
|
2012 |
Jan
|
Feb
(10) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
(2) |
Sep
(7) |
Oct
(7) |
Nov
|
Dec
(4) |
2013 |
Jan
(8) |
Feb
(1) |
Mar
(1) |
Apr
(2) |
May
(3) |
Jun
(3) |
Jul
(16) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Lamex <la...@sa...> - 2005-05-22 19:33:37
|
Heya answer: -lgtkjava atleast that worked for me Greets, Thijs Leibbrand llanero wrote: >Hi, > >How should I tell where I have the gtkjar2.6 library? I always get the >same error: > >gcj -static --classpath=/local/share/java/gtk2.6.jar --main=Simple >Simple.java -I. -L/local/lib -lgtk >jar2.6 -o simple >c:\minGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: >cannot find -lgtkjar2.6 >collect2: ld returned 1 exit status > >Even when I don't use the -static parameter. > >Any hint? > >Thanks in advance. > >2005/5/19, Olivier Evalet <ev...@pr...>: > > >>Try this: >>gcj -static --classpath=gtk2.6.jar --main=Simple Simple.java -I. -L/usr/lib -lgtkjar2.6 -o simple >> >> > > > |
From: llanero <ll...@gm...> - 2005-05-22 19:23:46
|
Hi, How should I tell where I have the gtkjar2.6 library? I always get the same error: gcj -static --classpath=3D/local/share/java/gtk2.6.jar --main=3DSimple Simple.java -I. -L/local/lib -lgtk jar2.6 -o simple c:\minGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot find -lgtkjar2.6 collect2: ld returned 1 exit status Even when I don't use the -static parameter. Any hint? Thanks in advance. 2005/5/19, Olivier Evalet <ev...@pr...>: > Try this: > gcj -static --classpath=3Dgtk2.6.jar --main=3DSimple Simple.java -I. -L/u= sr/lib -lgtkjar2.6 -o simple --=20 Manel Clos ll...@gm... http://www.webpersonal.net/llanero/ |
From: Ismael J. <ml...@ju...> - 2005-05-22 15:44:25
|
On Sun, 2005-05-22 at 22:44 +1000, Andrew Cowie wrote: > On Sun, 2005-22-05 at 10:28 +0200, Tomasz Mielnik wrote: [...] > > 4. which version of javagtk is ok to start with? I use Ubuntu and it > > ships with 2.8.3. Should i switch to the latest cvs to stay current? > > No. libgtk-java 2.4.9 [and optionally lib{gnome,glade,gconf}-java > 2.8.3.1] are mostly fine (I've done development against them for over 6 > months now). > > You will find a *slightly* greater feature set in libgtk-java 2.6.2+ > [and lib{gnome,glade,gconf}-java 2.10.1+ for that series], so upgrading > to that is fine when it (and the enormous stack of dependencies it > stands on) are available to you - but no rush. [...] As far as I know there won't be new releases for the libgtk-java 2.4.x branch or lib{gnome,glade,gconf}-java 2.8.x branch. So, be aware that no bug-fixes will be made available for those branches. So, if you have a choice, my advice is to use libgtk-java 2.6.2 and lib{gnome,glade,gconf}-java 2.10.1 (or later releases when they become available). Regards, Ismael |
From: Ismael J. <is...@ju...> - 2005-05-22 15:43:28
|
On Sun, 2005-05-22 at 22:44 +1000, Andrew Cowie wrote: > On Sun, 2005-22-05 at 10:28 +0200, Tomasz Mielnik wrote: [...] > > 4. which version of javagtk is ok to start with? I use Ubuntu and it > > ships with 2.8.3. Should i switch to the latest cvs to stay current? > > No. libgtk-java 2.4.9 [and optionally lib{gnome,glade,gconf}-java > 2.8.3.1] are mostly fine (I've done development against them for over 6 > months now). > > You will find a *slightly* greater feature set in libgtk-java 2.6.2+ > [and lib{gnome,glade,gconf}-java 2.10.1+ for that series], so upgrading > to that is fine when it (and the enormous stack of dependencies it > stands on) are available to you - but no rush. [...] As far as I know there won't be new releases for the libgtk-java 2.4.x branch or lib{gnome,glade,gconf}-java 2.8.x branch. So, be aware that no bug-fixes will be made available for those branches. So, if you have a choice, my advice is to use libgtk-java 2.6.2 and lib{gnome,glade,gconf}-java 2.10.1 (or later releases when they become available). Regards, Ismael |
From: Andrew C. <an...@op...> - 2005-05-22 12:44:24
|
On Sun, 2005-22-05 at 10:28 +0200, Tomasz Mielnik wrote: > I'm thinking about starting a development with java-gnome. As a starter > I want to write some small tools just for myself as a proof-of-concept. Good plan - it'll give you a sense of confidence in trying to use the APIs. > 1. Is it possible to use java collections (like Vector, Hashtable, etc) > with java-gtk/java-gnome. I ask bcoz i saw that gtk/glib is using it's > own list/maps implementation? Yes. What you do with your data is your business. java-gnome's wrapping of Glib/GTK+ data structures only matters for us when we come to do ListViews and TreeViews (when you have to fill the GTK TreeModel of information that drives the view) - and that is just what the API is. > 2. What about other java specific features/APIs and GTK? Can I, for > example use java Thread inside Java-GTK app? Erum, careful with that. The answer is "yes", but there are some thread safety issues that come up with this (and every other) GUI Toolkit, as they do all their updates within a single event loop which runs in a "main" thread. There are various references to "CustomEvents.addEvent()" floating around - that's what you need to call from a worker thread if you want to make GUI updates from outside of the GUI event loop thread. > 3. How is GObject related to generic java Object? Don't worry about it. Seriously - it's all just internals. > 4. which version of javagtk is ok to start with? I use Ubuntu and it > ships with 2.8.3. Should i switch to the latest cvs to stay current? No. libgtk-java 2.4.9 [and optionally lib{gnome,glade,gconf}-java 2.8.3.1] are mostly fine (I've done development against them for over 6 months now). You will find a *slightly* greater feature set in libgtk-java 2.6.2+ [and lib{gnome,glade,gconf}-java 2.10.1+ for that series], so upgrading to that is fine when it (and the enormous stack of dependencies it stands on) are available to you - but no rush. Certainly, unless you're trying to hack on the bindings themselves, there is no reason to grab CVS. If you were to, then grabbing the stable branch (2.6/2.10) would be fine - HEAD stands on a *really* bleeding edge dependency stack at the moment). AfC Sydney -- Andrew Frederick Cowie Technology strategy, managing change, establishing procedures, and executing successful upgrades to mission critical business infrastructure. http://www.operationaldynamics.com/ Sydney New York Toronto London |
From: Tomasz M. <tmi...@co...> - 2005-05-22 08:29:03
|
Hello All I'm thinking about starting a development with java-gnome. As a starter I want to write some small tools just for myself as a proof-of-concept. But before i really jump on it i have few questions: 1. Is it possible to use java collections (like Vector, Hashtable, etc) with java-gtk/java-gnome. I ask bcoz i saw that gtk/glib is using it's own list/maps implementation? 2. What about other java specific features/APIs and GTK? Can I, for example use java Thread inside Java-GTK app? 3. How is GObject related to generic java Object? 4. which version of javagtk is ok to start with? I use Ubuntu and it ships with 2.8.3. Should i switch to the latest cvs to stay current? 5. Did someone tried to use jakarta subprojects inside GTK app(commoncs for instance) and compile them with gcj? Any reply to these questions will be appreciated. TIA and regards. --------t.m.-- Tomasz Mielnik |
From: Olivier E. <ev...@pr...> - 2005-05-19 17:24:58
|
Try this: gcj -static --classpath=gtk2.6.jar --main=Simple Simple.java -I. -L/usr/lib -lgtkjar2.6 -o simple regards, Olivier -- ------------------ Linux for Geneva www.programmers.ch |
From: Joao V. <jvi...@ya...> - 2005-05-19 13:58:15
|
--- Ismael Juma <ml...@ju...> escreveu: > Hi, > > Don't you mean #classpath in irc.freenode.net? Also I don't think #gcj > is in irc.gimp.net. Argh, you are correct. Sorry, silly mistake. Cheers, J.V. ____________________________________________________Yahoo! Mail, cada vez melhor: agora com 1GB de espaço grátis! http://mail.yahoo.com.br |
From: Ismael J. <ml...@ju...> - 2005-05-19 13:52:16
|
On Thu, 2005-05-19 at 10:25 -0300, Joao Victor wrote: > I think you should inform to gcj where the gtk lib (not only the jar) is, but i'm not sure... i > suggest you to ask that on irc.gimp.net, at #gcj, or #classpath; where the gcj hackers hang > around. [...] Hi, Don't you mean #classpath in irc.freenode.net? Also I don't think #gcj is in irc.gimp.net. Regards, Ismael |
From: Joao V. <jvi...@ya...> - 2005-05-19 13:25:38
|
I think you should inform to gcj where the gtk lib (not only the jar) is, but i'm not sure... i suggest you to ask that on irc.gimp.net, at #gcj, or #classpath; where the gcj hackers hang around. Cheers, J.V. --- llanero <ll...@gm...> escreveu: > Hi all, > > does anyone know how to compile static java-gtk? A simple java app > with no java-gtk code compiles great and produces a 2.0MB (stripped) > static exe. But I can't get it to compile static with java-gtk. > > $ gcj -static -classpath gtk2.6.jar --main=Simple Simple.java > C:/DOCUME~1/usuari/CONFIG~1/Temp/cccpbaaa.o(.text+0x8): In function > `ZN6Simple4mainEP6JArrayIPN4java4lang6StringEE': > C:/msys/1.0/home/usuari/Simple.java:20: undefined reference to > `org::gnu::gtk::WindowType::class$' > C:/DOCUME~1/usuari/CONFIG~1/Temp/cccpbaaa.o(.text+0x7d):C:/msys/1.0/home/usuari/Simple.java:22: > undefined reference to > `org::gnu::gtk::Gtk::init(JArray<java::lang::String*>*)' > C:/DOCUME~1/usuari/CONFIG~1/Temp/cccpbaaa.o(.text+0x8c):C:/msys/1.0/home/usuari/Simple.java:23: > undefined reference to `org::gnu::gtk::Window::class$' > C:/DOCUME~1/usuari/CONFIG~1/Temp/cccpbaaa.o(.text+0xa1):C:/msys/1.0/home/usuari/Simple.java:23: > undefined reference to `org::gnu::gtk::WindowType::class$' > C:/DOCUME~1/usuari/CONFIG~1/Temp/cccpbaaa.o(.text+0xaf):C:/msys/1.0/home/usuari/Simple.java:23: > undefined reference to `org::gnu::gtk::WindowType::TOPLEVEL' > C:/DOCUME~1/usuari/CONFIG~1/Temp/cccpbaaa.o(.text+0xbe):C:/msys/1.0/home/usuari/Simple.java:23: > undefined reference to > `org::gnu::gtk::Window::Window(org::gnu::gtk::WindowType*)' > C:/DOCUME~1/usuari/CONFIG~1/Temp/cccpbaaa.o(.text+0xf4):C:/msys/1.0/home/usuari/Simple.java:25: > undefined reference to `org::gnu::gtk::Gtk::main()' > collect2: ld returned 1 exit status > > -- > Manel Clos > ll...@gm... > http://www.webpersonal.net/llanero/ __________________________________________________ Converse com seus amigos em tempo real com o Yahoo! Messenger http://br.download.yahoo.com/messenger/ |
From: llanero <ll...@gm...> - 2005-05-18 08:50:10
|
Hi all, does anyone know how to compile static java-gtk? A simple java app with no java-gtk code compiles great and produces a 2.0MB (stripped) static exe. But I can't get it to compile static with java-gtk. $ gcj -static -classpath gtk2.6.jar --main=3DSimple Simple.java=20 C:/DOCUME~1/usuari/CONFIG~1/Temp/cccpbaaa.o(.text+0x8): In function `ZN6Simple4mainEP6JArrayIPN4java4lang6StringEE': C:/msys/1.0/home/usuari/Simple.java:20: undefined reference to `org::gnu::gtk::WindowType::class$' C:/DOCUME~1/usuari/CONFIG~1/Temp/cccpbaaa.o(.text+0x7d):C:/msys/1.0/home/us= uari/Simple.java:22: undefined reference to `org::gnu::gtk::Gtk::init(JArray<java::lang::String*>*)' C:/DOCUME~1/usuari/CONFIG~1/Temp/cccpbaaa.o(.text+0x8c):C:/msys/1.0/home/us= uari/Simple.java:23: undefined reference to `org::gnu::gtk::Window::class$' C:/DOCUME~1/usuari/CONFIG~1/Temp/cccpbaaa.o(.text+0xa1):C:/msys/1.0/home/us= uari/Simple.java:23: undefined reference to `org::gnu::gtk::WindowType::class$' C:/DOCUME~1/usuari/CONFIG~1/Temp/cccpbaaa.o(.text+0xaf):C:/msys/1.0/home/us= uari/Simple.java:23: undefined reference to `org::gnu::gtk::WindowType::TOPLEVEL' C:/DOCUME~1/usuari/CONFIG~1/Temp/cccpbaaa.o(.text+0xbe):C:/msys/1.0/home/us= uari/Simple.java:23: undefined reference to `org::gnu::gtk::Window::Window(org::gnu::gtk::WindowType*)' C:/DOCUME~1/usuari/CONFIG~1/Temp/cccpbaaa.o(.text+0xf4):C:/msys/1.0/home/us= uari/Simple.java:25: undefined reference to `org::gnu::gtk::Gtk::main()' collect2: ld returned 1 exit status --=20 Manel Clos ll...@gm... http://www.webpersonal.net/llanero/ |
From: Olivier E. <ev...@pr...> - 2005-05-12 18:11:24
|
> It looks like GNU gettext supports Java too, in a way that's valid for > both ResourceBundle and gettext approaches: > > http://www.delorie.com/gnu/docs/gettext/gettext_225.html My personal opinion, I completely agree with this approach, gettext is a standard for all applications. regards, Olivier -- ------------------ Linux for Geneva www.programmers.ch |
From: Nicholas R. <ni...@mn...> - 2005-05-12 15:32:55
|
On Thu, 2005-05-12 at 16:34 -0400, pancake wrote: > On Wed, 11 May 2005 21:38:46 -0300 (ART) > Joao Victor <jvi...@ya...> wrote: > > > --- pancake <pa...@ph...> escreveu: > > > I found a problem in JavaGnome API....it seems that it's impossible to handle files inside a > > > JAR. > > > > > > The right way to do it is using > > > > > > URL xxx = this.getClass().getResource("icons/gdvb.png"); > > > > > > This returns an url like: jar:file://path/to/jar!path/to/file > > > > That's correct... but that isn't Java-Gnome's funcionality anymore, that's just java. But i didn't > > understand very well what you want to do: > > > > You want a class inside a jar to load a file which is outside the jar? Is that right? Well, either > > case, take a look at this page: > > Nope, I want to load a file inside the same jar that Gdvb class. The main problem is that I have to put the .jar in the CLASSPATH and execute the Gdvb class instead of java -jar gdvb.jar, because in this second form, java only handles the classpath defined in the MANIFEST. And I don't want to define the gtk jar file path there. Because is system-dependent. > This is unfortunately true. We generate platform dependent JAR files. This is something i hope to fix for the next version. It has to do with the way automake names libraries on different platforms. My JG application can load resources from within my jar file (actually, i use getResourceAsStream to load a glade file) when I run it with java -jar myapp.jar. I have even made a zip file which contains the JG jars, my jar, config files and execution script. The problem for me is that I can't just have one zip file for all platforms. I have to create one specifically for windows in order to include the correct JARs. If the JARs were platform independent, i would only need one zip file for everyone. nick |
From: Joao V. <jvi...@ya...> - 2005-05-12 15:00:15
|
--- pancake <pa...@ph...> escreveu: > Nope, I want to load a file inside the same jar that Gdvb class. The main problem is that I have > to put the .jar in the CLASSPATH and execute the Gdvb class instead of java -jar gdvb.jar, > because in this second form, java only handles the classpath defined in the MANIFEST. And I > don't want to define the gtk jar file path there. Because is system-dependent. Sure; you can do that with Class.loadResource. That method will search the app CLASSPATH to find what you're looking for. If you got this structure inside the jar, for example: /org.pancake (...) -- here goes your source /resources -- here goes stuff I think you can load the resources you want this way: getClass().getResource("/resources/stuff.conf"); The "/" in the beginning is essencial here, as this method works with relative paths (so putting "/" tells it to search from the root of the CLASSPATH's dirs). Cheers, J.V. __________________________________________________ Converse com seus amigos em tempo real com o Yahoo! Messenger http://br.download.yahoo.com/messenger/ |
From: pancake <pa...@ph...> - 2005-05-12 14:33:25
|
On Wed, 11 May 2005 21:38:46 -0300 (ART) Joao Victor <jvi...@ya...> wrote: > --- pancake <pa...@ph...> escreveu: > > I found a problem in JavaGnome API....it seems that it's impossible to handle files inside a > > JAR. > > > > The right way to do it is using > > > > URL xxx = this.getClass().getResource("icons/gdvb.png"); > > > > This returns an url like: jar:file://path/to/jar!path/to/file > > That's correct... but that isn't Java-Gnome's funcionality anymore, that's just java. But i didn't > understand very well what you want to do: > > You want a class inside a jar to load a file which is outside the jar? Is that right? Well, either > case, take a look at this page: Nope, I want to load a file inside the same jar that Gdvb class. The main problem is that I have to put the .jar in the CLASSPATH and execute the Gdvb class instead of java -jar gdvb.jar, because in this second form, java only handles the classpath defined in the MANIFEST. And I don't want to define the gtk jar file path there. Because is system-dependent. > http://www.javaworld.com/javaworld/javaqa/2002-11/02-qa-1122-resources.html > > Cheers, > J.V. > |
From: Joao V. <jvi...@ya...> - 2005-05-12 02:03:08
|
Yeah!! Looks great, keep it up. You made a neat custom filechooser there, you should write a tip about that in the website. Now suggestions: 1) In the 2nd shot, there's a window which has a list of stuff like: "Configuration" "Satellites" "Directories" That list should have a header, that's something the Gnome HIG recommends: http://developer.gnome.org/projects/gup/hig/2.0/controls-lists.html (read the part: "Always give list controls a label...") You can see an example in Contacts: http://java-gnome.sourceforge.net/wiki//Main/ScreenShots/shot-contacts2.png 2) In the same window, the buttons "Scan channels", "Add", and "Remove", would look better (IMO) if they were layed-out vertically at the right side of the window; right to "Name" list. 3) Still in the same Window... i _think_ the header "Satellite" would look better if it was aligned to the left side or the right side (instead of center), and perhaps in a little bigger font. That's all for now; but it looks great anyway. Cheers, J.V. ____________________________________________________Yahoo! Mail, cada vez melhor: agora com 1GB de espaço grátis! http://mail.yahoo.com.br |
From: Joao V. <jvi...@ya...> - 2005-05-12 00:38:55
|
--- pancake <pa...@ph...> escreveu: > I found a problem in JavaGnome API....it seems that it's impossible to handle files inside a > JAR. > > The right way to do it is using > > URL xxx = this.getClass().getResource("icons/gdvb.png"); > > This returns an url like: jar:file://path/to/jar!path/to/file That's correct... but that isn't Java-Gnome's funcionality anymore, that's just java. But i didn't understand very well what you want to do: You want a class inside a jar to load a file which is outside the jar? Is that right? Well, either case, take a look at this page: http://www.javaworld.com/javaworld/javaqa/2002-11/02-qa-1122-resources.html Cheers, J.V. ____________________________________________________Yahoo! Mail, cada vez melhor: agora com 1GB de espaço grátis! http://mail.yahoo.com.br |
From: pancake <pa...@ph...> - 2005-05-11 22:28:06
|
I found a problem in JavaGnome API....it seems that it's impossible to handle files inside a JAR. The right way to do it is using URL xxx = this.getClass().getResource("icons/gdvb.png"); This returns an url like: jar:file://path/to/jar!path/to/file Without that it's impossible to use external files inside a JAR. any idea about how to solve this tip?. thx |
From: pancake <pa...@ph...> - 2005-05-11 22:21:40
|
Today I released a new version of gDVB. a DVB frontend that uses JavaGTK API to manage mplayer and szap/scan applications from linuxtv-dvb-apps. I have write a nice Preferences API to create preferences window. May help anybody. :) Changelog is great. and screenshot are enought cute: http://news.nopcode.org/gdvb02.png http://www.nopcode.org/shot/gdvb02.png - allow to send mplayer commands with Debugger Window - high code reordenation for unique mplayer/szap instance - add Scan channels support in PrefSatellites - support for multiple satellites - handle Favorites changes with "save changes" dialog - add mplayer/szap debugger window - add local file navigator and mplayer - use -idx for local videos - a lot of fixtures for threads and Deprecated methods (java5) - use -framedrop with mplayer - use szap to ignore mplayer build and use DiseQC (--enable-dvb) - parse 'ok' column from favorites file - mark as non-ok when mplayer crashes - add 'ok' column - use UIManager to autogenerate menus and Keyboard Accelerators - use Stock for Quit button - use AboutDialog for 'about' - kill zombie mplayers - add gDVB logo download at: http://www.nopcode.org/?t=gdvb PD: wiki updated |
From: pancake <pa...@ph...> - 2005-05-11 22:08:11
|
http://www.informatik.uos.de/elmar/projects/java-gtk/ |
From: Reinout v. S. <re...@gm...> - 2005-05-11 19:22:39
|
Hi Andrew, On 4/20/05, Andrew Cowie <an...@op...> wrote: > *Personally*, I find the GNU/GNOME translation infrastructure somewhat > cumbersome, but there is no denying there is middling string momentum > there. Not just that. Most free software translators are used to the .po format and have specialized editors for it. > In C, they use _( "String in English" ) which the calls gettext and what > not to figure out what an appropriate localized translation would be. > I'm suspecting that specific construct won't work in Java [_ isn't a > valud function identifier, is it?; in any case, there are some Java > specific translation methodologies out there that seem to work pretty > well. It looks like GNU gettext supports Java too, in a way that's valid for both ResourceBundle and gettext approaches: http://www.delorie.com/gnu/docs/gettext/gettext_225.html regards, --=20 Reinout |
From: Arx H. <ar...@gm...> - 2005-05-11 16:11:49
|
Hi all, I have been update http://java-gnome.sourceforge.net/cgi-bin/bin/view/Main/GetJavaGnome to include java-gnome tar file compiled for windows using jdk 1.5 I dont know if is the right place, so, sorry anything.=20 :) --=20 "A f=E9 remove montanas, mas eu prefiro a dinamite" |
From: Joao V. <jvi...@ya...> - 2005-05-10 12:45:54
|
--- Yair Hershkovitz <ya...@01...> escreveu: > i'm using 2.6. > > when i use setRGBForeground there is no problem, using setForeground > does not work > > what is the difference between the two? I don't know very well. The docs says the difference is that you use setForeground when you're passing an allocated Color; and setRGBForeground otherwise... Cheers, J.V. __________________________________________________ Converse com seus amigos em tempo real com o Yahoo! Messenger http://br.download.yahoo.com/messenger/ |
From: Yair H. <ya...@01...> - 2005-05-08 18:13:56
|
i'm using 2.6. when i use setRGBForeground there is no problem, using setForeground does not work what is the difference between the two? yair Joao Victor wrote: >--- Andrew Cowie <an...@op...> escreveu: > =20 > >>Nothing. There's a serious bug in the Color class (I always seem to= get >>a dark blue - but certainly not the colour I asked for). >> =20 >> > >I think that bug on Color has been fixed, no? My Contacts app uses C= olor a lot, and it's working >alright. There used to be a bug before which would only get me blue/= black colors, and crash the >app, but it's gone. > >Which version of gtk-java are you using, Yair? > >Cheers, >J.V. > > > >=09 >=09 >=09=09 >____________________________________________________Yahoo! Mail, cad= a vez melhor: agora com 1GB de espa=C3=A7o gr=C3=A1tis! http://mail.y= ahoo.com.br > > >------------------------------------------------------- >This SF.Net email is sponsored by: NEC IT Guy Games. >Get your fingers limbered up and give it your best shot. 4 great eve= nts, 4 >opportunities to win big! Highest score wins.NEC IT Guy Games. Play = to >win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=3D20 >_______________________________________________ >java-gnome-developer mailing list >jav...@li... >https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > > =20 > |
From: Joao V. <jvi...@ya...> - 2005-05-08 16:50:44
|
--- Andrew Cowie <an...@op...> escreveu: > Nothing. There's a serious bug in the Color class (I always seem to get > a dark blue - but certainly not the colour I asked for). I think that bug on Color has been fixed, no? My Contacts app uses Color a lot, and it's working alright. There used to be a bug before which would only get me blue/black colors, and crash the app, but it's gone. Which version of gtk-java are you using, Yair? Cheers, J.V. ____________________________________________________Yahoo! Mail, cada vez melhor: agora com 1GB de espaço grátis! http://mail.yahoo.com.br |