Java Windows Misbehaving

I'm not sure where I should be posting this question about Java, but since the problems started after updating the OS, I'm asking it here.
Since upgrading to OS 10.4.7 a couple of weeks ago and installing the latest Java files, I get weird behavior when using any of the three colored buttons at the top left of any Java window.
If I click on the red button, the window will minimize into the dock, as if I had hit the yellow button.
If I hit the yellow button, the window will minimize correctly BUT it will minimize other, non-Java windows as well.
At times (I can't figure out the pattern) the window will close, and/or other windows will close, Java or not.
I use Firefox 1.5.0.6. Is this a Firefox bug or a Java bug?
Thanks for your help!

bump
I need your help, please.

Similar Messages

  • Java windows slip under menu bar, how to move?

    Hi, I have accidently dragged some Java windows beneath the (transparent) menu bar.
    Safari browser windows do not slip under the menu bar, but those created by a Java application can slide beneath it, up to the edge of the screen...just far enough to make accessing their title bars impossible. I'm able to resize the Java windows by dragging their accessible edges but I am unable to click on their title bars in order to drag them back down beneath the menu bar.
    How can I click upon title bars or resize these windows to lower them in desktop space, so their title bars are lower than the menu bar? I am currently unable to drag or click upon their obscured title bars to move these windows. Is there another way to move windows without clicking upon their title bars?
    thanks

    apparently there is a third party app called windowsmover or something like that
    do a google search for "windows mac os move shortcut keyboard"
    to answer my own post

  • Opening a Java Window from a jsp page on the client side

    Hi all,
    Thanks in advance to all who could help me for this problem.
    I've written some jsp pages. In one of them, I open a new Java Window,
    which is a simple Java Frame. If I test this directly on the Tomcat
    server, everything works well.
    But when I call the jsp page through a web browser of a distant client
    (normal use), and when I want to see the java window, no window pops
    up. It appears that the Java Window pops up on the server, and not on
    the client side, which is what I wanted.
    Could someone tell me how to make the Java frames appear on the client
    side ? (Is it linked to the code or to the configuration of Tomcat ?)
    Thanks in advance,
    Alexis.

    JSP always run on the server. On the client you only see the results.
    But you can use applets on the client side: http://java.sun.com/docs/books/tutorial/uiswing/components/applet.html

  • Windows xp pro sp2 no display in java windows

    Hi everybody,
    I have just install my new computer, windows xp pro sp2 and java 1.5 update 4, and I have this problem:
    I can't see what's inside java windows, for examples when I go throw the control panel and I want to configure java when I double click on the icon, I see the borders of the windows but nothing inside..
    Same thing with some java installer...
    I tried to unistall java 1.5 and install java 1.4 same thing...
    As any one a solution to my problem?
    thks

    OK I found why..
    But..It's strange when I put my ATI driver on normal, and not on High Quality it's working :)

  • Why are java windows showing transparency when using the Aero Peak Themes in windows 7 home premium

    I'm using Windows 7 home premium version. When I choose an "Aero Theme" selected from Control Panel/All Control Panel Items/Personalization, Java windows become transparent. I.E. the java content showing with the widows desktop image showing also. When choosing a regular theme, the java window is normal. The problem does not occur when running Firefox in "safe mode".

    I'm using Windows 7 home premium version. When I choose an "Aero Theme" selected from Control Panel/All Control Panel Items/Personalization, Java windows become transparent. I.E. the java content showing with the widows desktop image showing also. When choosing a regular theme, the java window is normal. The problem does not occur when running Firefox in "safe mode".

  • Capture All Mouse and Keyboard events even if java window NOT in FOCUS

    Hi All,
    Is this possible to capture all mouse and keyboard events even if java window is not in focus or is minimized. This java program should cature each and every event from the user once the program is started. Any help in this regard is appreciated!
    Thanks&Regards
    Sam

    I don't think you can. (without JNI)

  • Turning off the annoying green rectangle around Java windows

    How does one turn off the annoying flashing green rectangle around Java windows? And how do you stop it from jumping to the top of other windows.
    Both of these functions are quite annoying and seem rather pointless.
    (I am using Firefox)
    Thanks

    Are you referring to some Applet that you have programmed or something you found on the net? Even for the latter case, I don't have either of the problems you mention, so it's probably related to the site or your browser settings.
    Please note that these forums are for support to developers and students of Java, not for every java product ever released.
    db

  • Display xwindows in Java window

    I'm wondering if it would be possible to display a single xwindow-based windows within a Java window (inside or outside of a web browser). This would be somewhat similar to VNC but only one window would be displayed, not the entire desktop. There would have to be input capabilities, of course. Thanks for any help!

    There is pure java XServer implementation with GPL license. You can find more about it here -> http://www.jcraft.com/weirdx/

  • Java Windows focus

    Hi all,
    it's my first post on this forum, but I've already read lots of threads that helped me a lot! Now Here there is my problem:
    I need to check if my Java App window has the focus or if there is another OS windows that gains the focus. When an user clicks on the Java program or on a component of the java window, I need to catch that event and do something. I tried to add a FocusListener to the Frame like this
    this.getFrame().addFocusListener(new FocusListener() {
                public void focusGained(FocusEvent e) {
                    System.out.println("FocusGained")
                public void focusLost(FocusEvent e) {
                    System.out.println("FocusLost")
            });Since I'm using NetBeans (created a Desktop Application) I have to add the focusListener after the initcomponents method.
    But this doesn't work, nothing appears on the console....
    Help me!

    Yeah you solved my problem! I had to use a WindowFocusListener and not a simple FocusListener. I don't know why I haven't seen this method in the javaDoc...
    Thank you for your help!

  • Java & Windows (7): Reliably getting IPv4 netmask?

    I've run into a known bug with Java 6 on Windows. My understanding is that the normal way to get the netmask is to look up the network prefix length and do some bit shifts. The problem is that on Windows the prefix length is often returned incorrectly, so we get a 128 when we should get a 24 or 20.
    At http://stackoverflow.com/questions/1221517/how-to-get-subnet-mask-using-java, it is suggested to put -Djava.net.preferIPv4Stack=true on the Java command line. Unfortunately, on Windows 7, adding that as either a VM parameter or on the Java command line seems to have no effect.
    (a) Does anyone know any OTHER work-arounds for this problem that might still work on Windows 7?
    (b) Alternatively, is there an entirely different way to get the netmask that is reliable?
    Thanks!

    On CodeRanch, someone explained that I had made an etiquette error by not listing the other places where I have asked this question.
    Here they are:
    http://stackoverflow.com/questions/9299566/java-windows-7-reliably-getting-ipv4-netmask
    http://www.codeguru.com/forum/showthread.php?t=521196
    Java & Windows (7): Reliably getting IPv4 netmask?
    http://www.coderanch.com/t/567601/sockets/java/Java-Windows-Reliably-getting-IPv
    I am actively monitoring each site.
    Explanation: I first posted on StackOverflow, but I didn't get a response. Usually I'm amazed at how quick people are to respond on that site, so I'm assuming the lack of response is due to this being a hard problem. I've been digging pretty hard on this, and most I've seen is some suggestions as to how to fix the problem in Java itself, but no work-arounds that actually work for me. Thus, I was motivated to post in multiple places in the hope that I'd get some help somewhere.
    Sorry for the confusion.
    Edited by: 915022 on Feb 16, 2012 8:55 AM
    Edited by: 915022 on Feb 16, 2012 9:01 AM

  • Openning a new java window.

    Hi there,
    I want to create an applet that will open a new java window that will run another class but will get the data from the first class, how do I do that?
    Thanks

    Actually I don't know what newWin class is. Sounds like you don't extend Frame from that. So you should make a new class that extends Frame, and has a constructor that can take a newWin object.
    public class MyFrame extends Frame {
      private newWin win;
      public Frame(newWin win) {
        super("My Frame");
        this.win = win;
    }And then your applet would have this code
    newWin win = new newWin(); // I don't know what the constructors are!
    final MyFrame frame = new MyFrame(win);
    Button submitButton = new Button("Submit");
    submitButton.addActionListener(new ActionListener() {
      public void actionPerformed(ActionEvent e) { // user pressed the submit button
        frame.show();
    });

  • Get Native Java Window using Java Access Bridge 2.0.1 & Java 1.6 and above

    I want to get the native java window (Like Java Monkey Application and Java Ferret Application) using java only, for that I tried different ways/options but unable to get the native java window and perform actions on that.
    It would be really great if you could guide me for that. I am still unable to start the Java Access Bridge.
    Please let me know the steps to get native java window using Java Access bridge and JDK 1.6.20.
    Also Note that, As per your previous suggestion, I tried to search and call initializeAccessBridge() and shutdownAccessBridge(), But unable to succeed it. I did not find such method in Accessbridge.jar.
    Please help me out.
    Best Regards

    You might want to check out this thread:
    Java Access Bridge and JRE 1.6
    If you have Java 6, you'll need to manually install Java Access Bridge 2.0.1. The JAB 2.0.2 installer for Java 6 is also available as a beta:
    http://jdk6.java.net/6uNea.html

  • Closing the Forms Background Page closes the Java-Window as well

    Hi,
    we are running Forms 10g and start the Applet in an separate window. This cannot be changed, because otherwise we lose some size of the Window and the Look and Feel is to different as with Client-Server mode.
    If a User closes the Background-Window or starts a different URL in the Background-Window, the Java Applet is closed directly without any warning.
    This isn't nice for the Users, but they have to live with it.
    But if I'm running a couple of Forms-Sessions in the Applet maybe with Database-Locks as well, and somebody closes the BG-Window, those Forms-Sessions (frmweb.exe) keep running for ~ 5-10 Minutes and the Locks are kept as well.
    Is this behaviour intentional or can it be changed ?
    Any comments are welcome.
    Mark

    Hi Craig,
    in principle I agree that it might be a training issue, but ...
    the default setup for the IE at this customer-site is that Links don't open in a new window. We may change that, but who knows.
    With this setting, the following happens quite normally.
    Forms is started which leeds to the "Background-Window" and the Java-Applet.
    If i minimize all windows and start f.e. Citrix or any other URL-Link, that link is opened in the Background-Window and the Forms-Java-Applet dies.
    In theory this can be avoided by training, but I do not agree, that it is a reasonable behaviour to check all open windows before I start a new URL.
    It just doesn't make sense in my opinion. It might be difficult to solve, but it still doesn't make sense.
    But we've found a solution ourself at least for the accidential closing of the Backgrund-Window :
    In formswegh.cfg we had a line like :
    =======
    HTMLbeforeForm=<_p align=center><_b>nicht schliessen</_b></_p><_p align=center><_b>sonst wird die</_b></_p><_p align=center><_b>Anwendung abgebrochen !</_b></_p>"
    =======
    we added an onBeforeUnload so that it looks like :
    =======
    HTMLbeforeForm=<_BODY onBeforeUnload="return ' Achtung Anwendung wird geschlossen !'"><_p align=center><_b>nicht schliessen</_b></_p><_p align=center><_b>sonst wird die</_b></_p><_p align=center><_b>Anwendung abgebrochen !</_b></_p>
    =======
    This leads to an "Is it OK"-question as soon as the BG-Windows is closed or another URL is called. This prohibits the Users of accident closing. If they still do it, it's their fault and than it is a training question.
    Thanks for your input and maybe this help some others as well.
    Mark
    P.S.
    the underlines before the p's and b's need to be deleted. Just because they are interpreted as HTML otherwise

  • Cannot get java window to run at all.

    I'm using 1.4.2, and cannot get any java to run at all. It's on a Windows 2000 server, and I've rebooted it a few times. Can't even get the Java Applet window to open from the control panel. javaw.exe runs in the task manager, but that's it. Any ideas? Anything else I need?

    That's the Java Control Panel you can't open.
    Try uninstalling ALL Java versions, rebooting after each uninstall, and manually removing any directories that Java made after all are removed. Reboot again, then download a new offline Java installer file and install that. There's something in the machine that's bad.

  • Problems with a c++ code on a linux pc translate into java windows pc

    Hello does anyone know how I can use this c++ code in my java program.
    This is a c++ code what we use on a linux pc now I have to make the code
    for a windows pc with java.
    void GetLocalIP(int s,struct sockaddr_in *local)
       struct ifconf cfg;          // info structure to request our IP addr
       struct ifreq  ifs[3];       // part 2 of info structure
       int done=0;
       int x=0,l;
       // Get local ip addr, make information struct
       cfg.ifc_len = sizeof(ifs);
       cfg.ifc_req = ifs;
       // ioctl interface informatoin into the struct we made
       if (ioctl(s, SIOCGIFCONF, (void*)&cfg) == 0)
           l = cfg.ifc_len / sizeof(struct ifreq);
           while (!done && (x<l))
             if (strcmp("eth0",cfg.ifc_req[x].ifr_name)==0)
               memcpy(local,&(cfg.ifc_req[x].ifr_addr),sizeof(struct sockaddr_in));
               done=1;
             x++;
    }

    How do you want to "make the code for a windows pc with java" ?
    Java can use sockets directly, and you can get the Local IP address by this code..
    regards,
    Owen
    import java.net.*;
    public class testnet
        public static void main(String[] args)
            try
                InetAddress local = InetAddress.getLocalHost();
                System.out.println ("Local Host Name : " + local.getHostName() );
                byte[] ip = local.getAddress();
                // Now do a bit of conversion to print the IP address from a byte array
                System.out.print ("Local Host IP   : " );
                int toUnsignedInt;
                for ( int i=0; i<ip.length; i++ )
                    if (i>0)
                        System.out.print ( "." );
                    toUnsignedInt = (int)ip& 0xFF;
    System.out.print ( Integer.toString( toUnsignedInt ) );
    System.out.println();
    catch ( Exception dooohhh )
    dooohhh.printStackTrace();
    System.exit(0);

Maybe you are looking for

  • Silicon image sil 3112 and seagate 200GB sata

    hey everyone.. im trying hard to get dma activated on my sata drive..i dont need raid(and cant have it..only one sata drive  ...but hdparm -tT shows slower performance on the sata drive /dev/sda = sata /dev/hda = pata /dev/sda hdparm -Tt /dev/sda /de

  • Iphone 3.0 reminder feature?

    does anyone know if the iphone 3.0 software will include a reminder feature for missed calls or text messages. i recently purchased an iphone and am missing a ton of calls and text messages. due to my work environment i must have my phone set to vibr

  • How do I import HDR-AX2000 footage onto Final Cut Pro (FCP)?

    Does anybody know how to import footage from Sony HDR-AX2000 onto Final Cut Pro? Thank you so much for your help in advance.

  • Premiere 2014 does not remember and load last sequence open

    i'm up to v7 of this edit, but every time i open Premiere, it loads v5, which i had closed during the previous session. all edits made to v7 are still present, but v7 is closed and v5 is open. if i don't pay attention i start making changes to v5, wh

  • EHP4 PDF based Forms

    Hi, we have installed EHP4. Now we have a lot of sap standard based PDF forms. But the problem what i have is, i konw the form name, but not the name of the print programm and the entry name. To see all new PDF forms i use the report RERP_EHP_SHOW_FO