Window/Frame allways on top

Hi,
the main frame of my application should be always on top of the screen (top of the stacking order).
Every windowsystem does support this but I don't know how to support these in Java applications.
Does anyone know what to do???
Thanks

You can use the Skin Look & Feel from http://www.l2fprod.com/ or also see http://www.sys-con.com/java/source/4-6/code.cfm?Page=82 for a Microsloth Windoze specific JNI version.

Similar Messages

  • How do I turn off the window maximizing feature when I click the top window frame?

    Clicking on the top window frame causes Firefox to maximize. This is the only program I have that does this, so I am constantly doing this accidentally. It causes me no end of annoyance, having to minimize the Firefox window every time to see the other window I am using at the same time. Is there a way of turning this "feature" off? I have looked through all controls tabs I can find, and the help files on the Firefox website, and can find no answers to this.

    Unintended consequences ... my favorite kind! New information - this appears to be a Windows issue - sorry Mozilla. Another app (Word) just started doing the same thing (previously only observed with Firefox). If the app is too close to the top of screen, and you select it, and slightly move it, it maximizes. I heard this is standard in Windows 7, but I am using XP. This is becoming typical of the annoying hubris of Microsoft that will likely make my next OS Linux. I am not blind, and in need of Microsoft making a single window maximally readable, especially at the expense of all the other windows. If I wanted my computer to make all of my decisions for me, I would have stuck with Apple!
    Sorry Mozilla help board - I just had to get it off my chest!

  • Open Firefox 4 in new window gives a Window frame and address bar does not refresh the current url

    Using Firefox 4 in Windows 7
    I have customised the position of tabs (Tabs on top) and which toolbar items I would like to see.
    The first window I open of firefox 4 always has the configuration as I set it.
    Whenever I open a new window of firefox either:
    - Right-click a link to open in a new window
    - Click a link anywhere (such as an email) to open a new window
    - When a website opens a page in a new window
    Bad Results:
    - The new window does not have the configuration as set in the main window (Tabs on top)
    - The new window has a windows type window frame around the firefox window (see two sets of window controls eg. "minimise", "restore" and "close")
    - The open page does not show the url - navigating to a new page within this window will not update the url :: strangely enough clicking the url page icon will update the url as it should be
    - Sometimes when restarting firefox, it will open the first main window with the remembered tabs and then open approx 8 or so blank new windows as described above

    This issue can be caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions 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

  • Firefox 4 - Opening in a new window puts a second windows frame around the firefox browser window

    Using Firefox 4 in Windows 7
    I have customised the position of tabs (Tabs on top) and which toolbar items I would like to see.
    The first window I open of firefox 4 always has the configuration as I set it.
    Whenever I open a new window of firefox either:
    # - Right-click a link to open in a new window
    # - Click a link anywhere (such as an email) to open a new window
    # - When a website opens a page in a new window
    Bad Results:
    # - The new window does not have the configuration as set in the main window (Tabs on top)
    # - The new window has a windows type window frame around the firefox window (see two sets of window controls eg. "minimise", "restore" and "close")
    # - The open page does not show the url - navigating to a new page within this window will not update the url :: strangely enough clicking the url page icon will update the url as it should be
    # - Sometimes when restarting firefox, it will open the first main window with the remembered tabs and then open approx 8 or so blank new windows as described above

    I have troubleshooted this issue and have found what I think is a resolution.
    The cause of this issue seems to be Profiles.
    Previously when running firefox 3 I had multiple profiles setup. when deciding to update to firefox 4 I removed these old profiles.
    When installing firefox 4 for some reason it used a "default" named profile, and this caused the problems I described above.
    RESOLUTION:
    Ran firefox.exe -ProfileManager
    created a new profile, it named itself "Default User" I then selected the new default and tested. The window behavior is now acting as it should wothout the above problems.
    I deleted the old profile and now it works, using the new profile.

  • Starting sunstudio remotely provides an IDE with no "window frame"

    Logged into the console and started sunstudio. It started correctly in a window which code be moved and resized and closed.
    Logged into the same node using remotely starting e.g. a xterm or dtterm. In this terminal started sunstudio which were started with the tool bar and so on, but there is no window frame. Hence the IDE window can't be moved, resized etc.
    Does anyone have any hints forward ?
    Rgds Peter

    The problem I apparently had was I used Reflection to connect from my PC to the node where my home directory is located using a REXEC connection starting a dtterm on that node and from there I made a TELNET connection to the Solaris node.
    I now made a new connection directly from my PC using Reflection but with a TELNET session starting a dtterm on the Solaris node.
    Now I have the frame and top bar.

  • How do I set a fixed size for a window (frame) :P

    hello!
    Was wondering if I can set fix dimensions (size) for a window(frame) in Java.
    Background: I have a menu and when I click on one of the options a window opens but I hate the fact that I can enlarge it...wish it would be fixed sized and have scroll instead... :P
    any ideas?
    many thanks!
    Cristina

    sorry for not using the swing forum but i considered java programming forum as more or less enclosing all problems Do you understand how to use forums? First you should be searching the forums to see if you questions has been asked and answered before. (Very few questions posted in the forums are original). It makes sense to search the forum where the questions should have been posted in the first place.
    For example, if you had searched the Swing forum using "fixed size jframe" you would have found this posting at the top of the search results:
    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=712407
    So you would have had your question answered in less than a minute and we wouldn't have wasted time answering a question that has already been answered.
    A win-win situtation for everybody.

  • Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.

    Hi,
    I am trying to run a long running process, by redirecting to the LongRunningView using the code below. But its throwing exception Can anyone please help
    string strCurrentUrl = SPUtility.OriginalServerRelativeRequestPath;
    strCurrentUrl = strCurrentUrl + "?ListName=" + strListName;
    ////Initiates the Excel Import
    if (ObjdtExcel != null && ObjdtExcel.Rows.Count > 0)
    ExcelImportJob objJob = new ExcelImportJob(strTabName, ObjdtExcel, strFileExt, SPContext.Current.Site.ID, SPContext.Current.Web.ID, strWorkflow, strListName);
    objJob.Title = "Excel Import Job";
    //// Redirect the user to another page when finished.
    objJob.RedirectWhenFinished = false;
    //// Specify if the user can cancel this.
    objJob.UserCanCancel = false;
    //// Specify the refresh rate of the job, here, the page polls every 5 seconds for completion.
    objJob.MillisecondsToWaitForFinish = 15000;
    //// Finally, start the job on a web.
    objJob.Start(SPContext.Current.Web);
    string strUrl = string.Format("{0}?JobId={1}&Source={2}", PROGRESS_PAGE_URL, objJob.JobId, strCurrentUrl);
    SPUtility.Redirect(strUrl, SPRedirectFlags.Default, HttpContext.Current);
    The exception being "Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack."
    Arjun Menon U.K

    Hi Arjun,
    Any update?
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • PDF launched in/out of CHM window frame

    Hi,
    I have a couple of .chms developed with RH 7.  In these, I have a couple of merged CHMs that contain topics whose only function is to launch a  PDF file.
    The HTML/JS code that does this is below.  It is not clear to me that this code has anything to do with what I am seeing.  I don't know where the script came from.  If there is a better way, please share it!
    My prefererence is to have the PDF launched within the CHM's window frame.  And it does do this, but only when the CHM is launched by another program.  So if you view the "primary layout" from withing RH and select the topic, the .pdf opens up right in the frame.   This is also the case if the .chm is launched from our application executable using HTMLHelp() from the Windows SDK.
    But, if you click on the .CHM file and open it directly from windows, when you select the topic that maps to the .PDF, the .PDF is opened in an independent launch of Adobe Reader, not in the .CHM frame.
    Does anyone know why this works this way, and if there is a way to correct it?  I would like the operator to be able to open the .CHM directly and still have the .PDF displayed within that frame.
    Thanks.
    Suzanne.
    Here is the HTML code that launches the .PDF:
    <html><head>
    <meta stuff blah blah blah...>
    <title>External PDF</title>
    <script LANGUAGE=JavaScript TYPE="text/javascript" src="SomeScripts.js"></script>
    </head>
    <body onLoad="parser('../FolderName/Filename.pdf')">
    <h1 style="font-family: Arial, sans-serif;">External PDF</h1>
    <p> </p>
    </body>
    </html>
    Here is the script:
    function parser(fn)
    var X, Y, sl, a, ra, link;
    ra = /:/;
    a = location.href.search(ra);
    if (a == 2)
      X = 14;
    else
      X = 7;
    sl = "\\";
    Y = location.href.lastIndexOf(sl) + 1;
    link = 'file:///' + location.href.substring(X, Y) + fn;
    location.href = link;

    The only other (still similar) method is to touch at the bottom of the active screen and drag SLOWLY up to place it in the corner, it will slow down the animation some, but still basically the same.
    Otherwise, there is not a way to disable that.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Elements 11 Organizer window is truncated at top, on iMac running 10.9.2, so I can't use Share function, etc.

    Elements 11 Organizer window is truncated at top, on iMac running 10.9.2, so I can't use Share function, etc.

    Thank you very much.  I changed the resolution from 2048 x 1152 to 1600 x 900, and it showed the bar with the Import, Media ... Create, Share buttons, but did not show the bar at the very top with the red, yellow and green buttons for closing, hiding and maximizing the window. 
    Then I noticed that Apple had an update to Mavericks available.  Since I installed that, I can set the resolution back to 2048 x 1152 and still see the Import, etc. bar.  I can live without the Close and Maximize buttons, but it does seem like there is a bug lurking here that either Adobe or Apple needs to fix. 

  • Rounded/curved edge/corner in page window frame/box of SAPscript

    Hello,
    Can anyone tell me whether SAP ECC6.0 has any functionality which allows a page window frame/box within a SAPscript form to have rounded/curved corners for the rectangular shape?.
    I have reviewed various documentation and forum posts, sap notes etc. but none of them even bothered to mention or explain this. Other forum posts I have seen re this topic simply said it was not possible but I hope for a more explanatory answer than that.
    It wouldn't appear to be a big ask for a form to have boxes of different shapes rather than just hard straight lines and edges but perhaps SAP have some reasoning for it which I've not seen.
    Appreciate if someone out there can elaborate about this and what alternatives there would be, for example could we upload a graphic of a rounded edge box and then place text over that?.
    Thanks in advance,
    Michael

    Thanks but my question is applicable for Smartforms too. I know SAPscript is OLD and new forms should be developed with Smartforms but at the moment we are tweaking some exisitng SAPscripts and when time permits at a future point we will move to Smartforms.
    To other people out there, do you know if there is functionality in either SAPscript or Smartforms to apply Rounded/curved edges/corners in page window frames/boxes?.
    Thanks.

  • File(s) appear in all OS X finder window frames. How did I remove? TIA

    Yep. File icon with filename under it appears on all finder window frames next to Search window. I have two: one an existing file on Desktop and another for which I deleted the actual Desktop file which now appears as a question mark only. I think I dropped these Desktop file on a Finder window frame. My bad. I can't find a way to rid myself of them. Maybe Disk warrior can help? If I log in under a different user these files do not appear on the window frames. Can someone help?

    Thanks for the response. I've looked into things in the past and this gives me more things to look at. Let's first talk about that file that is not shown as a ?. It's called Senate Action on Cloture Motions.rtf, although that is irrelevant. The Name and icon appears on the Desktop itself as usual, and on every Finder Window Frame when I'm logged in (as opposed to another user logged in). The file is also in the Desktop Folder as you say, but only once. In effect, I have 3 name instances of that file. The ? file no longer appears on the desktop, since I deleted the actual file, but the ? for it still appears on Finder window frames. The ? does not appear in the Desktop Folder. I ***think*** I somehow created an alias for these files, but don't know how I got them on the Finder Window frames. If I could find the alias, I may be able to fix this myself.

  • I cannot access Content Library in iMovie - Content Library doesn't show on the iMovie screen and is greyed out when accessed through "windows" tab at the top. Also unable to update the projects/events (a suggested solution for a similar question).

    I cannot access Content Library in iMovie - Content Library doesn't show on the iMovie screen and is greyed out when accessed through "windows" tab at the top. Also unable to update the projects/events (a suggested solution for a similar question). I haven't had this issue before, I have always used the content library on the screen but haven't used this for about a month. How can I make the Content Library available?

    Thanks so much! I am backing up the entire computer now with an external hard drive - this should be fine right? And surely if I am backing up the whole computer these projects/videos will be backed up too? I wasn't sure how to do this any other way and I am clearly not great with tech issues. Once this is done and I am sure my projects/videos are safe I will do the delete and reinstall bit. Thanks for taking the time to help

  • After installation of 11.0.6 update und disabling protected mode text menu bar and window frame are disappeared

    Hello,
    see topic.
    my environment : WIndows Server 2008R2 SP1 witx xenapp 6.5.
    adobe acrobat 11.000 without protected mode  and 11.0.06 with protected mode works properly
    F9 reactivate the menu bar and the window frame but it is not practicable for my customers permanently F9 to press
    protected mode has to be disabled
    greetings
    Don Mentiroso

    This looks like a bug and I'll have it investigated.
    Ben

  • How to blurr background of this image,while mting the window frame?

    I would like to blurr the background of this image of mom and child,while maintaining the integrity of the window frame. (ie i don"t wish to change the frame or blurr it.)
    i know if i select the mom and child via selection tools  and then go to filters and gauserian blurr and hit ok;it will blurr the background  as well as the window frame. I am sure this involves two procedures,but how would it be done? Thanks for your help!!

    Open the picture file
    Make a selection of the frame. I used the magnetic lasso tool, which works very well here. Once the selection is complete (see marching ants), go to Layer>new>layer via copy
    Use one of the selction tools, e.g. lasso ot selection brush, to select mom and child. Layer>new>layer via copy
    Blur the background layer with Filter>blur>surface blur
    To enhance this a bit, I applied unsharp mask to the frame layer and to the layer with Mom and child
    You could also blur the entire picture and use a mask to mask out the blur on Mom and child.

  • When I start Firefox a small window flashes on the top left my vista desktop.

    When I start Firefox a small window flashes on the top left my vista desktop. It flashes very quickly and looks no bigger then just the Minimize, Restore, and Close buttons of a window with a border. It doesn't happen when I open a new window. It happens in safe mode. It also happens after I've reset Firefox. I use MS security essentials and I've scanned with spybot and also malwarebytes. Anyone know what this may be?

    You can check for problems caused by a corrupted localstore.rdf file.
    *http://kb.mozillazine.org/Corrupt_localstore.rdf
    You can check for problems with the sessionstore.js and sessionstore.bak files in the Firefox profile folder that store session data and try to delete the sessionstore.js file and possible sessionstore-##.js files with a number and sessionstore.bak in the Firefox profile folder.
    *Help > Troubleshooting Information > Profile Directory: Show Folder
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Multiple_profile_files_created
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost and you will have to recreate them (make a note or bookmark them).
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer some files from an existing profile to the new profile, but be careful not to copy corrupted files.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

Maybe you are looking for