Disable mouse or get fullscreen jframe in linux

I am trying to create a login screen that will grant a user access to a particular application. For the login screen, I would like the ability to make the jframe run at fullscreen. I am able to do this on windows, but can't duplicate it on ubuntu linux. Since I am unable to get the code below to work on linux, maybe someone knows another way to get the same effect, or would it be possible to turn off the use of the mouse, not only on the jframe, but on the system itself?
Thanks for the help.
public static void main(String[] args) {
// initialize the Graphic device to default one
        final GraphicsDevice myDevice = GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice();
// create the frame
        final JFrame test = new JFrame("Login Screen");
// set recomended attributes
        test.setResizable(false);
        test.setUndecorated(true);
// test.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); // we don't really need this because no mouse close is provided
        test.addKeyListener(new KeyAdapter() {
            @Override
            public void keyReleased(KeyEvent e) {
                super.keyReleased(e);
// code to kill off other events such as ALT-F4 on windows should go here
// lets provide a way out for now
                if (e.getKeyCode() == KeyEvent.VK_ESCAPE) {
                    myDevice.setFullScreenWindow(null);
                    test.dispose();
                    System.exit(0);
       System.out.println("before full screen");
// query for supported
        if (myDevice.isFullScreenSupported()) {
            System.out.println("full screen supported");
            try {
                myDevice.setFullScreenWindow(test);
            } catch (Exception e) {
// if something goes wrong kill the window get back to desktop
                myDevice.setFullScreenWindow(null);
                e.printStackTrace();
    }

Hi,
I am not an expert and am trolling this site hoping to find the answer to my problem. However, I think that I might know the answer to this one.
Open a site that has a flash application in it (like a you tube video). Right click on the flash window, select settings, and click the check box that selects "Enable hardware acceleration".  Doing this should improve the speed of video playback.
Of course, it has done nothing for me since upgrading to Flash version 10.1, but it might work better for you.
William

Similar Messages

  • Switch mouse to left handed buttons in linux for use with JFrame

    i how do witch mouse to left handed buttons in linux? i went to control panel but nothing htere :(
    elot,
    L

    look at this URL
    http://sdb.suse.de/en/sdb/html/micha_maus.html
    anyway, this is not a java question right??

  • Is there a way to disable mouse acceleration in OSX Yosemite?

    i have used my dads iMac and MBP in the past and always noticed how bad the mouse response was in my opinion. Mind you, some people like the way the mouse responds in OSX and will probably have no idea what my issue is. That is mouse acceleration and the lack of option to disable it in the mouse settings panel. Here is a good explanation about what it is, also in the video is a visual example.
    "Mouse or cursor acceleration, to put it simply, makes the travel distance of your cursor on the screen reliant of the velocity of your physical mouse movement rather than just the distance that you move your mouse. So making one movement of the same distance at two different speeds will cause two different relative cursor movements, with quick movement causing the cursor to travel a greater distance."
    source:
    https://www.youtube.com/watch?v=16diwK6HWbI
    So the thing i want to accomplish, is making the physical mouse movement one-to-one with the cursor speed on the screen. As an example: moving my mouse 10 cm would always make my mouse on the screen go 1000 pixels, no matter how fast i move my mouse.
    I've had my mouse set up like that in windows and linux for quite some time now and i hope there is an easy way to set the mouse response like that in OSX as well.
    I want to make clear that this isn't just an issue in games where you want to have great mouse precision. I have become really accustomed to this way of mouse response in any type of application. So the problem lies not in any mouse settings of any game/program. The problem lies in how OSX translates physical mouse movement to cursor movement.
    Anyway, i ran into this issue about a year ago when i was using my dad's computer. i've had my own windows computer for some time now. An option to disable mouse acceleration in OSX Yosemite might have been implemented properly in the mean time. I have searched this community and found some old posts of people who had this same problem as me, but never read about any fix for it. The main reason i am asking this is because i am considering buying a Macbook.
    I'd rather not use any third party software, but if there is any out that that just works and is easy to use, let me know.

    Please don't be obnoxious to people like tbirdvet trying to help; nobody here owes you an answer, or anything else for that matter.
    Anyway, Yosemite seems to enable mouse acceleration by default. You can disable it to get a constant pixels pointer moves / meters mouse moved ratio by typing this in terminal:
         defaults write .GlobalPreferences com.apple.mouse.scaling -1
    you'll need to logout and log back in for changes to take effect. To restore the standard behaviour:
         defaults write .GlobalPreferences com.apple.mouse.scaling 2
    should do the trick.
    C.

  • [SOLVED] Disabling Mouse Acceleration / Mouse unresponsive

    Hi,
    I play CSGO and need my mouse to be responsive with no mouse acceleration. Everything works find under Ubuntu 15.04 using the old xinput method of disabling mouse acceleration. However under Arch my mouse is really sensitive and unresponsive when making very small movements at slow speed (moving slightly to get a headsot at range in CSGO requires some presision)
    I've read the wiki page a coule of times and tried two different configs. Looking at diffs of my Xorg log the configs are getting picked up but seems to do very little. There doesnt appear to be any errors in Xorg log.
    I installed the full Xorg group am I missing a component of Xorg or a mouse driver?
    My Mouse is Gigabyte M6900
    http://www.gigabyte.com/products/produc … id=3616#ov
    Name           : xorg-server
    Version        : 1.17.1-5
    uname -a
    Linux desktop 4.0.4-1-ARCH #1 SMP PREEMPT Mon May 18 06:43:19 CEST 2015 x86_64 GNU/Linux
    First mouse accelleration config file as described in the wiki
    /etc/X11/xorg.conf.d/50-mouse-acceleration.conf
    Section "InputClass"
    Identifier "Areson USB Device"
    MatchIsPointer "yes"
    Option "AccelerationProfile" "-1"
    Option "AccelerationScheme" "none"
    EndSection
    The very first example of the wiki shows some settings for disabling mouse accelleration but still no joy
    Section "InputClass"
    Identifier "Areson USB Device"
    MatchIsPointer "yes"
    Option "AccelerationProfile" "-1"
    Option "AccelerationScheme" "none"
    Option "AccelerationNumerator" "1"
    Option "AccelerationDenominator" "1"
    Option "AccelerationThreshold" "0"
    EndSection
    A Diff of these Xorg log between the two config files
    < [ ] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 22 15:53:29 2015
    > [ ] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 22 17:45:05 2015
    346,347c346,350
    < [ ] (**) Areson USB Device: (accel) acceleration factor: 2.000
    < [ ] (**) Areson USB Device: (accel) acceleration threshold: 4
    > [ ] (**) Option "AccelerationNumerator" "1"
    > [ ] (**) Option "AccelerationDenominator" "1"
    > [ ] (**) Option "AccelerationThreshold" "0"
    > [ ] (**) Areson USB Device: (accel) acceleration factor: 1.000
    > [ ] (**) Areson USB Device: (accel) acceleration threshold: 0
    egrep -i 'error|fail|firmware' /var/log/Xorg.0.log
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 112.912] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 114.973] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    Last edited by fixles (2015-05-22 20:34:45)

    brebs wrote: Here is the libinput bug report re acceleration - it ain't fully disabling acceleration.
    So it doesnt work but its not broken? lol
    as for AccelSpeed -1, you're correct that it currently does some deceleration below the threshold. having said that, the pointer accel code isn't finished yet either, e.g. it doesn't do any constant deceleration, so the -1 setting is a bit off anyway.
    I can't promise you a timeline or whether this will get fixed in the way you want it to. we're trying to simplify a couple of things, pointer acceleration is one of those, and that means that not every configuration that was previously possible will be possible in the future.
    Followed up by a pretty funny response.
    Honestly that sounds a bit like "we know what you want better than you know what you want". libinput isn't secretly a Gnome project is it?

  • Possible to send a mouse click through a JFrame

    Hi there.
    is there a way to send a mouse click event through a frame to the whatever underneath (another application for example)?
    Scenario: I use a Frame for (bigger, colorful) MouseCursor representation (see http://forums.sun.com/thread.jspa?threadID=5394797). But of course... The Cursor has to be on top... And so it catches all mouseClickEvents....
    Please; all hints are welcome! How do I achieve to send mouse clicks through the JFrame...
    Thx in advance
    Andi
    Edited by: neobond on 30.06.2009 09:43

    You don't do it that way - you'd just tell the button to dispatch a CLICK MouseEvent and anything listening for the click would get it... something like:
    myButton.dispatchEvent(new Event(MouseEvent.CLICK));

  • USB Mouse clicks get registered twice, sometimes

    Hello all
    I am using Arch Linux on my Thinkpad T61, and I usually have a USB mouse hooked up to it (Logitech Nano).
    A while ago I started to do some tweaks in order to enable the Synaptics TouchPad and get proper scrolling behaviour on the TrackPoint. However, I must have done something, because ever since, many of my USB mouse clicks get registered as a double click (not always, but often).
    I started doing some troubleshooting today, by commenting out parts of my xorg.conf file (I use evdev hotplugging, but I tought maybe Xorg was registering my mouse aswell) and I even booted up without an xorg.conf once, to no avail. The problem definately does not lie there.
    The only policy file I have that has anything to do with a mouse is /etc/hal/fdi/policy/mouse-wheel.fdi.
    [rob@rob-thinkpad ~]$ cat /etc/hal/fdi/policy/mouse-wheel.fdi
    <match key="info.product" string="TPPS/2 IBM TrackPoint">
    <merge key="input.x11_options.EmulateWheel" type="string">true</merge>
    <merge key="input.x11_options.EmulateWheelButton" type="string">2</merge>
    <merge key="input.x11_options.YAxisMapping" type="string">4 5</merge>
    <merge key="input.x11_options.XAxisMapping" type="string">6 7</merge>
    <merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
    <merge key="input.x11_options.EmulateWheelTimeout" type="string">200</merge>
    </match>
    Also, I found multiple entries for my mouse in /proc/bus/input/devices:
    [rob@rob-thinkpad ~]$ egrep "Name|Handlers" /proc/bus/input/devices
    N: Name="Macintosh mouse button emulation"
    H: Handlers=mouse0 event0
    N: Name="AT Translated Set 2 keyboard"
    H: Handlers=kbd event1
    N: Name="ThinkPad Extra Buttons"
    H: Handlers=kbd event2
    N: Name="Power Button (FF)"
    H: Handlers=kbd event3
    N: Name="Lid Switch"
    H: Handlers=event4
    N: Name="Sleep Button (CM)"
    H: Handlers=kbd event5
    N: Name="Video Bus"
    H: Handlers=kbd event6
    N: Name="PC Speaker"
    H: Handlers=kbd event7
    N: Name="SynPS/2 Synaptics TouchPad"
    H: Handlers=mouse1 event8
    N: Name="Logitech USB Receiver"
    H: Handlers=mouse2 event9
    N: Name="Logitech USB Receiver"
    H: Handlers=kbd event10
    N: Name="TPPS/2 IBM TrackPoint"
    H: Handlers=mouse3 event11
    N: Name="ThinkPad HDAPS joystick emulation"
    H: Handlers=event12 js0
    N: Name="ThinkPad HDAPS accelerometer data"
    H: Handlers=event13 js1
    Could someone please help me solve this problem, for I have no more ideas how to go at this... Thanks
    Last edited by robrene (2009-06-05 09:47:18)

    It seems there are multiple entries for my USB mouse in /var/log/Xorg.0.log!
    (II) config/hal: Adding input device Logitech USB Receiver
    (**) Logitech USB Receiver: always reports core events
    (**) Logitech USB Receiver: Device: "/dev/input/event9"
    (II) Logitech USB Receiver: Found 16 mouse buttons
    (II) Logitech USB Receiver: Found x and y relative axes
    (II) Logitech USB Receiver: Found scroll wheel(s)
    (II) Logitech USB Receiver: Configuring as mouse
    (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE)
    (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    (**) Logitech USB Receiver: (accel) filter chain progression: 2.00
    (**) Logitech USB Receiver: (accel) filter stage 0: 20.00 ms
    (**) Logitech USB Receiver: (accel) set acceleration profile 0
    (II) config/hal: Adding input device Logitech USB Receiver
    (**) Logitech USB Receiver: always reports core events
    (**) Logitech USB Receiver: Device: "/dev/input/event10"
    (II) Logitech USB Receiver: Found 1 mouse buttons
    (II) Logitech USB Receiver: Found scroll wheel(s)
    (II) Logitech USB Receiver: Found keys
    (II) Logitech USB Receiver: Configuring as keyboard
    (II) Logitech USB Receiver: Adding scrollwheel support
    (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "de"
    (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    This looks pretty bad to me... The USB reciever is listed once as a mouse and once as a keyboard. Something went very awry here. This is the output after a fresh boot without xf86-input-mouse installed. The only remaining input drivers I have left from xf86 are:
    [rob@rob-thinkpad ~]$ pacman -Q xf86-input-
    xf86-input-evdev xf86-input-keyboard xf86-input-synaptics
    edit
    I removed xf86-input-keyboard as well now, still no change...
    edit2
    Aha! After some Googling and hooking up the mouse on a Windows XP machine, I noticed that this is a problem with this specific mouse. Under Windows XP, I get the same behaviour (often a double click, sometimes no click at all). It seems it is time to find the warranty papers for this baby. In case anyone ever reads this, this happened to me on a Logitech VX Nano, after about 5-10months of usage (I don't recall when I bought it exactly).
    Last edited by robrene (2009-06-05 15:14:23)

  • Disabling mouse and keyboard pdf navigation.

    Hi all,
    Im wanting to create a closed pdf presentation/process app that has the keyboard and mouse scroll navigation disabled. Is this doable? Ive created the doc flow with the buttons/links in indesign but I'm worried that the enduser might accidentally scroll with their mouse and get lost in the process that the document covers.
    I've read mixed reports that I can do this using 3rd party software but after hours of searching Ive hit a dead end.
    Any help or work arounds would be much appreciated
    Thanks
    Phil

    No commercial PDF apps have that feature, so you would probably need to write your own 'wrapper' for Adobe Reader using VB or C (and the Acrobat SDK). The wrapper program could prevent mouse/key events from passing through to the child application, force full-screen mode, etc.

  • I accidentally quit my CC on my Macbook pro and now the cloud icon is grayed out and every time I hover over it with the mouse I get the spinning beach ball of death on the icon. I have no idea how to open it because when I use spotlight search to open it

    I accidentally quit my CC on my Macbook pro and now the cloud icon is grayed out and every time I hover over it with the mouse I get the spinning beach ball of death on the icon. I have no idea how to open it because when I use spotlight search to open it it gives me a message saying "Creative Cloud is not open anymore" help!

    Since you didn't include any pertinent info such as the Mac model and OS version you are running, here is some general information:
    Mac OS X: Gray screen appears during startup
    Depending on which OS yours came with originally - and which OS you are now running - you would either need your original install disks - you can call Apple for replacements by giving them your serial number. Or you may be able to reinstall the OS by using recovery (again, depends on which model/which OS).

  • I have an ipod touch that is disabled and I get the message to connect to itunes yet when I connect to itunes it says device protected by password and I can't access it under devices to reset it. What can I do?

    I have an ipod touch that is disabled and I get message to connect to itunes. When I connect to itunes, the response is unable to connect due to device password protected. It does not appear under devices so I can't get in to reset it. What can I do?

    polaricee1319 wrote:
         I have an IPod Touch that is disabled. ...
    See Here  >  http://support.apple.com/kb/HT1808
    You may need to try this More than Once...
    Be sure to Follow ALL the Steps...
    Once you have it resolved... have a look at this link...
    http://support.apple.com/kb/ht1766

  • My Mac keeps randomly scrolling down in various software and i have to unpaid and repair mouse to get it to work again.

    When trying to work, my MAC suddenly starts scrolling to the bottom of whatever i'm working on - Word, Excel, Outlook, Safari.  Batteries are fine.  Have to unpair and pair the mouse to get it to work.  Not a problem, but when i have to do that 5 times in 10 minutes, not acceptable.  Also, the "i" button on the keyboard doesn't work sometimes.  Both are wireless MAC products.

    okay, you know this is for the Mac pro (desktop mac) rather than the MacBook pro, right? That being said, sounds like you have a problem. Turn off your screensaver, if it's on. if it's a hardware problem, eg the GPU, then take it in. If it's software, try running disk Utility and repair permissions. Failing that, get out your original install dvd's, boot up from them, and try "Archive and Install"
    John B

  • Disable Mouse Right click inside Adobe Acrobat PDF plugin

    Hi All,
    We are rendering Adobe live cycle pdf file inside html object tag.
    I have disabled toolbar , navigation bar using navpanes=0&toolbar=0.
    But when mouse right click reenable the context menu again.
    So Is there any way to disable mouse righ click inside Adobe Acrobat PDF browser plugin?

    I had the same problem after updating Firefox to version 4.0 and Acrobat Reader to Version X. For me (Win XP) what solve the problem was deleting the Acrobat Reader Plugin (nppdf32.dll) in the Firefox plugin folder (C:\Program Files\Mozilla Firefox\plugins). So now there is only one Acrobat Reader Plugin left namely the one in the Acrobat Reader plugin folder (C:\Program Files\Adobe\Reader 10.0\Reader\Browser).

  • DISABLE MOUSE EVENT on jlabel

    Dear all,
    I have a jlabel on which i perform a click and the embbeded image switch between start and stop image.
    My problem consists in preventing from performing multiples click/or disabling mouse event while the application starts loading some parameters.
    switchViewLabel.addMouseListener(new MouseAdapter() {
                   public void mouseClicked(MouseEvent e) {
                        //it takes a long time
                                   onSwitchViewButtonClick();
    protected void onSwitchViewButtonClick() {
              System.out.println("onSwitchViewButtonClick");
              if (canGo) {
                   System.out.println("canGo");
                   canGo = false;
                   MainWindowPeer.getInstance().setCursorToWait();
                         //this action load parameter
                            CommandWindow.getInstance().switchView();
                         refreshSwitchViewButton();
                   MainWindowPeer.getInstance().setCursorToDefault();
                   canGo = true;
         } But on my console i have noticed :
    canGo
    onSwitchViewButtonClick
    canGo
    onSwitchViewButtonClick
    canGo.....
    It looks like we store mouse event anywhere and for each event we execute onSwitchViewButtonClick code and consume event.(it seems to not be asynchronous)....
    How to do ???
    Thanks for any helps..

    Dear all,
    yes i want to ignore mouse events until the processing is done.But how to perform process in separate thread and what is a semaphore.Is it possible to have much more explanation...
    Shall i do following code..
    mouseAdapter = new MouseAdapter() {
                   public void mouseClicked(MouseEvent e) {
                        SwingUtilities.invokeLater(new Runnable(){
                             public void run() {
                                  //switchViewLabel.removeMouseListener(mouseAdapter);
                                  onSwitchViewButtonClick();
                                  //switchViewLabel.addMouseListener(mouseAdapter);
              };Thanks you in advance...

  • Disabling the Close Button of JFrame or Frame

    Dear Friends,
    can anybody please help out to solve the problem i am having in disabling the close button of Jframe . Or try for hiding the close button from the screen
    thanks kalyan

    to disable the close button
    myFrame.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE)

  • Mouse Clicked gets lost some times.

    Hello All,
    The scenario is that i have a tree and the doubleclick on the tree node openes a view with some information. Also the node has some childrens. Sometimes when i double click the node, the tree node gets expanded but my view does not get opened. This was due to mouseclicked does not arrive with click count as 2.
    In my code double click handling is done in the mouseclicked event. The code looks like
    public void mouseclicked(MouseEvent ev) {
    if(ev.getClickCount() == 2) {
    .......//Opens a view
    In some cases when i double click, mouse clicked is triggered only once with click count as one. But the mousepressed and mousereleased is triggered twice with clickcount 1 and 2 resp. I am not sure is this a valid behaviour. Please find below the traces of events.
    Mouse clicked getting lost trace:
    ========================
    Process Event : java.awt.event.MouseEvent[MOUSE_PRESSED,(129,482),button=1,modifiers=Button1,extModifiers=Button1,clickCount=1] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_RELEASED,(129,482),button=1,modifiers=Button1,clickCount=1] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_CLICKED,(129,482),button=1,modifiers=Button1,clickCount=1] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_PRESSED,(129,482),button=1,modifiers=Button1,extModifiers=Button1,clickCount=2] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_EXITED,(129,482),button=1,modifiers=Button1,extModifiers=Button1,clickCount=2] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_RELEASED,(129,482),button=1,modifiers=Button1,clickCount=2] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    When doubleClick Works:
    =====================
    Process Event : java.awt.event.MouseEvent[MOUSE_PRESSED,(125,530),button=1,modifiers=Button1,extModifiers=Button1,clickCount=1] on san.sample.CfCimTree[,0,-90,259x828,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_RELEASED,(125,530),button=1,modifiers=Button1,clickCount=1] on san.sample.CfCimTree[,0,-90,259x828,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_CLICKED,(125,530),button=1,modifiers=Button1,clickCount=1] on san.sample.CfCimTree[,0,-90,259x828,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_PRESSED,(125,530),button=1,modifiers=Button1,extModifiers=Button1,clickCount=2] on san.sample.CfCimTree[,0,-90,259x828,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.ComponentEvent[COMPONENT_RESIZED (0,-90 259x846)] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_RELEASED,(125,530),button=1,modifiers=Button1,clickCount=2] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_CLICKED,(125,530),button=1,modifiers=Button1,clickCount=2] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Can anybody help me out to figure out to find what is the problem?
    Thanks in advance
    Sanjeeth S

    I just checked mouseClicked.. and its working fine for me.
    tree.addMouseListener(new MouseListener(){
                   public void mouseClicked(MouseEvent e) {
                        // TODO Auto-generated method stub
                        if(e.getClickCount() == 2)
                             System.out.println("mouseClicked");
                   public void mouseEntered(MouseEvent e) {
                        // TODO Auto-generated method stub
                   public void mouseExited(MouseEvent e) {
                        // TODO Auto-generated method stub
                   public void mousePressed(MouseEvent e) {
                        // TODO Auto-generated method stub
                   public void mouseReleased(MouseEvent e) {
                        // TODO Auto-generated method stub
    });If we double click on a node which is having child nodes, then it will collapse/expand when double click on it.
    In all cases I am getting the display "mouseClicked" when doing double click.

  • Why does my compuer lose its cursor and/or loses sound and have to use mouse to get back?

    I will be typing along and suddenly nothing shows on screen and have to use mouse to get back.
    Also will be doing solitare or other game and lose sound and have to mouse to get things moving again.Is this a virus?
    I updated my windows and nothing showed as a problem there.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for

  • Which factors affect the working speed of a distributed ID/IC workflow?

    Hi all, we have a pretty complicated structure for our different departments that have to work on print documents: Multimedia department in location A that sets up the layout/assignments in InDesign --> has a local server where it can store everythin

  • Enhance DataSource 2LIS_04_P_ARBPL

    Hello, I tried to enhance the DataSource 2LIS_04_P_ARBPL with informations from the table AFRU in the SAP R/3-System (RSA6). But I can't see a possibilty to read the table AFRU (Keyfields: RUECK and RMZHL)with the informations I get from the extracto

  • Budget error

    Dear All In our client place we procuring Material against network and WBS Element.When i am doing PO for network the system throws error when it exceeded the budget.But when i am Procurement material WBS Element (Reservation+PR for WBS Element) Proj

  • Using Spotlight to find photos named in iPhoto

    I have iPhoto 4 but am upgrading to 6 soon. Reading about how iPhoto organizes photos has been very helpful. I think I can get used to having to use iPhoto to manage my photos (how Windows of it!), although I do not like the idea of a photo having a

  • How do I get BT/Openreach to remember they've alre...

    I'm at a loss, I see news stories from BT/Openreach stating that they are installing MDU FTTP in my apartment block and yet computer says no. New Atlas Wharf was one of four developments on the Poplar exchange they installed FTTP to in May 2012 - as