Bug#413295: classpath: menus missing in Swing applications

2010-07-28 Thread Timo Juhani Lindfors
Hi, Torsten Werner writes: > Yes gij and its embedded classpath are quite buggy. It does not make > sense to report every single bug in Debian as long as you are not Well gij does provide the "java" alternative and people sometimes accidentally use it. When they don't see any bugs they assume it

Bug#413295: classpath: menus missing in Swing applications

2010-07-28 Thread Torsten Werner
On Wed, Jul 28, 2010 at 9:04 PM, Timo Juhani Lindfors wrote: > Sure. I just reported the bug since gij still is in debian and users > of gij can easily see its state from the bug tracking system. Yes gij and its embedded classpath are quite buggy. It does not make sense to report every single bug

Bug#413295: classpath: menus missing in Swing applications

2010-07-28 Thread Timo Juhani Lindfors
Hi, Torsten Werner writes: >> "gij jmenu" still shows a window with no menubar so can we reassign >> this to gij? (Sounds odd since gij is internally probably using a copy >> of classpath anyway?) > > can you use OpenJDK instead? Sure. I just reported the bug since gij still is in debian and use

Bug#413295: classpath: menus missing in Swing applications

2010-07-28 Thread Torsten Werner
Hi Timo, On Mon, Jul 12, 2010 at 9:47 AM, Timo Juhani Lindfors wrote: > The package classpath is no longer in squeeze or unstable for > amd64. How should this bug be handled? > > "gij jmenu" still shows a window with no menubar so can we reassign > this to gij? (Sounds odd since gij is internally

Bug#413295: classpath: menus missing in Swing applications

2010-07-12 Thread Timo Juhani Lindfors
The package classpath is no longer in squeeze or unstable for amd64. How should this bug be handled? "gij jmenu" still shows a window with no menubar so can we reassign this to gij? (Sounds odd since gij is internally probably using a copy of classpath anyway?) -- To UNSUBSCRIBE, email to

Bug#413295: classpath: menus missing in Swing applications

2007-03-08 Thread Timo Juhani Lindfors
Hi, On Thu, Mar 08, 2007 at 08:11:12AM +0100, Michael Koch wrote: > Can you please test with classpath from experimental? Experimental > contains 0.93. I dpkg -i'd the following packages from experimental cacao_0.97-4_i386.deb classpath-common-unzipped_0.93-1_all.deb classpath-common_0.93-1_all.

Bug#413295: classpath: menus missing in Swing applications

2007-03-07 Thread Michael Koch
On Sun, Mar 04, 2007 at 02:18:32AM +0200, Timo Juhani Lindfors wrote: > Package: classpath > Version: 2:0.92-4 > Severity: normal > > Steps to reproduce: > 1) cat > jmenu.java << EOF > import javax.swing.*; > import java.awt.*; > public class jmenu extends JFrame { > public static void mai

Bug#413295: classpath: menus missing in Swing applications

2007-03-03 Thread Timo Juhani Lindfors
Package: classpath Version: 2:0.92-4 Severity: normal Steps to reproduce: 1) cat > jmenu.java << EOF import javax.swing.*; import java.awt.*; public class jmenu extends JFrame { public static void main(String[] args) { (new jmenu()).show(); } public jmenu()