search for: swing

Displaying 20 results from an estimated 316 matches for "swing".

Did you mean: sring
2002 Dec 30
1
Java Swing App
I'm rather new to Wine, and I'm trying to run a Java Swing application. I'm having trouble with it. Has anyone else gotten Swing-based apps to run? I have a test case, basically a swing "hello world" app, and I haven't been able to get it to work either. Here's what happens when I try to compile it: [dritch@twitch wine]$ wine --...
2008 Oct 18
0
JGR not launch for non-root user
...as a non-root user, '/usr/local/lib/R/library/JGR/scripts/run' cannot launch it. and as a non-root user, again, it cannot launch in R either, as below: The 'error message' reads: Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at com.sun.java.swing.plaf.gtk.GTKLookAndFeel.initSystemColorDefaults(GTKLookAndFeel.java:1267) at com.sun.java.swing.plaf.gtk.GTKLookAndFeel.loadStyles(GTKLookAndFeel.java:1509) at com.sun.java.swing.plaf.gtk.GTKLookAndFeel.access$000(GTKLookAndFeel.java:37) at com.sun.java.swing.plaf.gtk.GTKLookAndFeel$...
2012 Dec 22
0
[LLVMdev] Problem executing Swing application with j3
...ste, Just to let you know that I have just fixed the problem. You can now either use trunk or release 0.32 and the program now runs. Cheers, Nicolas On Mon, Dec 3, 2012 at 8:09 PM, Baptiste Saleil <baptiste.saleil at gmail.com>wrote: > Hi Nicolas, thanks for your answer. > > The swing hello world is the following (Running perfectly with OpenJDK) : > > public class HelloSwing { > public static void main(String[] args) { > JFrame frame = new JFrame("HelloWorldSwing"); > final JLabel label = new JLabel("Hello World"); > frame.getC...
2009 May 17
1
MapPoint 2004 and Swing App
Hello, I am new to Wine. I have a swing app that requires the use of mappoint. Currently it runs on a windows box. The new box the app will be running on will be XBuntu. Using Wine I can install MapPoint, however on windows I will using Java2COM from Neva Objects which allowed the swing app to talk to mappoint. How would this be poss...
2006 Dec 22
3
multiline system call
Hello, I am trying to call sendmail from within R via system(). As sendmail reads from STDIN, I need to pass a multiline input as an argument. E.g. (not working): system('sendmail -f xxx at swing.be -t yyy at swing.be\ntest\n.\n') I tried a lot of ways to type the EOL characters, but cannot get them work the right way. This leads to several problems. For instance, R waits for me to enter <control-D> at the end of the sequence. Thanks for any help. -- Nicolas Mazziotta The...
2012 Dec 01
0
[LLVMdev] Problem executing Swing application with j3
Hi all, I have a question about vmkit and especially j3 VM. I compiled and installed it without any problems. But I have this error as soon as I try to launch a Swing application (Swing HelloWorld) : j3: ctthread.cpp :71 : void vmkit::Thread::endKnownFrame(): Assertion failed. « lastKnownFrame->currentIP == 0 » What I'm doing wrong ? Thanks in advance, Baptiste. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http:/...
2018 Jul 24
2
Software pipeline using LLVM
Hi all, I want to generate assembly code using Swing Modulo Scheduling in LLVM for many ALU (May could be Adders, multilayer ......), I need some help how I can do that, which commend I run? Also if possible more information about the scheduling and the register location ......, and which pass responsible about that, and which LLVM version support S...
2006 Dec 10
1
[BUG] Compiz hangs at launch when the focus windows is a swing window
Hello As i have a java project to do i start and stop compiz with gnome-compiz-manager from gandalf and i just tried to relaunch compiz while the swing window was focused and all the interface just freezed. Worse than that it hangs all the interface and the keyboard events are not processed so you can't do anything to kill compiz and start again. But hey i have two computers so i have been able to ssh on the hanged one and backtrace the pr...
2003 Mar 03
1
Q: Best-Practice for Swing-GUI calling R-code on Windows?
...tring[])val; for(int i = 0 ; i < objects.length; i++) System.err.println("("+i+") " + objects[i]); } hello, thanks to Philippe Grosjean's work I finally got SJava working (on Windows XP!!), so that I can call Java-Code from within R. Now I wanted to write a little Swing-GUI for entering some values and executing a R-call with them. The results should also be presented in the Java-layer. If possible, I'd like to see the R-console because I cat() some text what I like (but not need) to see. Now I'm wondering what's best practice for that? Trying to ca...
2004 Jun 20
1
[LLVMdev] benchmarking LLVM
> This test seems PARTICULARLY noisy for some reason. Take a look at this: > [...] > ... the native version swings from 3.13-3.34s and the llc-ls version > swings from 3.83-4.0s. The C backend is also noisy, swinging from > 3.98-4.58s. FWIW, these tests are on a Intel P4 Xeon 3.06Ghz machine with > HT enabled. In any case, it appears that we're slower than GCC on this one. what is very funny,...
2011 Dec 16
6
java installation failure
Readers, Openjdk and ibm java versions have failed to install, all reporting a bad elf, e.g. ./ibm-java-i386-sdk-7.0-0.0.bin Preparing to install... Extracting the JRE from the installer archive... Unpacking the JRE... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... strings: '/lib/libc.so.6': No such file
2006 Apr 06
3
automated testing
Is there a way to automate testing of fxruby applications ... something like Jemmy for Java Swing? -- R. Mark Volkmann Object Computing, Inc.
2007 Mar 15
1
Problem installing SystemVision from MentorGraphics
...at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at java.awt.Toolkit$2.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.getDefaultToolkit(Unknown Source) at javax.swing.ImageIcon.<init>(Unknown Source) at javax.swing.ImageIcon.<init>(Unknown Source) at com.mentor.install.controlpanel.gui.InstallGUI.getImageIcon(InstallGUI.java:480) at com.mentor.install.controlpanel.Install.<init>(Install.java:207) at com.mentor.i...
2004 Jun 19
0
[LLVMdev] benchmarking LLVM
...:03.78 100.2% 0+0k 0+0io 120pf+0w [zion Shootout-C++]$ time Output/ackermann.llc-ls Ack(3,12): 32765 4.000u 0.010s 0:04.00 100.2% 0+0k 0+0io 120pf+0w [zion Shootout-C++]$ time Output/ackermann.llc-ls Ack(3,12): 32765 3.830u 0.000s 0:03.83 100.0% 0+0k 0+0io 120pf+0w ... the native version swings from 3.13-3.34s and the llc-ls version swings from 3.83-4.0s. The C backend is also noisy, swinging from 3.98-4.58s. FWIW, these tests are on a Intel P4 Xeon 3.06Ghz machine with HT enabled. In any case, it appears that we're slower than GCC on this one. If you wanted to dig into the test...
2007 Nov 27
9
New to RonR...
...act, my only background is using Cold Fusion (since 1996 and VERY little of that for the past 5 years as I''ve been playing as a Manager-type at my jobs so I haven''t had to do any hands-on stuff for a while). My question: Would Ruby on Rails be a good platform to get back into the swing of things and is it something I can pick up on my own with a book? Thanks so much! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-...
2004 Jun 19
2
[LLVMdev] benchmarking LLVM
Hi all i took a look into LLVM benchmarks from nightly tester and ran Shootout tests on my own. Below go just few outlines. 1. results on my AMD AthlonXP and Xeon used by LLVM team are different sometime. In particular, both Shootout and Shootout-C++ show great speed up with LLVM (in comparison to GCC) on ackerman test on my AthlonXP. But here:
2007 Nov 29
0
Protection switching on PRIs.
Has anyone figured out a way to instantaneously swing over PRIs bearing calls in progress to another media gateway without dropping them? Obviously, this would require a DACS of some sort. But I am thinking that it is possible to swing T1s over in a DACS without actually causing the endpoint to reframe as long as the other endpoint is kept in sync....
2008 Dec 08
3
Any Alternative for X window System
hi , I have one problem in centos4.4.That is when i run a java Swing Based application(non stop Application ie ,24/7) in centos4.4 the X Window system takes 100% of cpu usage....When i restart the system it will come down.After few hours it will again go to 100%...please tell me solution..... -------------- next part -------------- An HTML attachment was scrubbed......
2008 Jan 23
2
HA software advice
We are in need of some very basic software that will give us the ability to swing an ip address from one host to another during controlled maintenance or host failure. For now the IP address will be the only resource that is shared and there will never be a need for shared storage. Eventually we may want to monitor processes for health (probably just read in pid file) and it w...
2006 Jan 20
2
kdewebdev aka Quanta or repository kde-redhat.sourceforge.net
does this exist for CentOS 4 ? OK - next level of question then... taking a wild swing, I set up /etc/yum.repos/kde-redhat.repo and for S&G's, I ran the obligatory 'yum update' to see what would happen. It's an aggressive update to be sure. KDE 3.5.0 (and all the dependent stuff such as qt) but also samba and openoffice. Is anyone reporting happiness / contentm...