Fullscreen on OS X Panther (10.3)

I am developing an application that needs to go full screen on OS X Panther or later. I can make a JFrame go full screen on Windows with the following code:
frame.dispose();
frame.setUndecorated(true);
frame.setResizable(false);
device.setFullScreenWindow(frame);
frame.setVisible(true);But it doesn�t seem to work on Panther. The dock and the menu bar are still visible. Is it possible for a Java application to simulate true full screen on OS X?

Given that the target machines have Java 1.5 and
Tiger, how would you go about getting a JFrame to
full screen such that the dock and the menu are not
visible? (I ask because I might be able upgrade the
target machines to Tiger).I was wrong, fullscreen is a 1.4 addition, so it should just work on Panther.
What happens when you try this?
import java.awt.GraphicsDevice;
import java.awt.GraphicsEnvironment;
import javax.swing.JFrame;
public class FullScreenFrame extends JFrame {
    public static void main(String[] args) {
        FullScreenFrame myScreen = new FullScreenFrame();
        myScreen.setDefaultCloseOperation(EXIT_ON_CLOSE);
        GraphicsEnvironment env = GraphicsEnvironment.getLocalGraphicsEnvironment();
        GraphicsDevice gDevice = env.getDefaultScreenDevice();
        gDevice.setFullScreenWindow(myScreen);
        myScreen.setVisible(true);
I wonder if a mod can move this post to the
Swing forum? There are no mods here. They are barely able to keep the forum running, so don't be expecting them to actually moderate it as well ;)

Similar Messages

  • Panther install... again

    Hello everybody! Nice to be here!
    I looked through some topics on the same matter, but they aren't quite like mine, so I started another one.
    I installed Jaguar on my G4 AGP Graphics perfectly fine, however, I cannot do anything with Panther. That is, I cannot start installation from CD1 of Full Retail Version. Firmware is up to date, according to Support (4.2.8). While running Jaguar, inserted CD1 and launched Install Mac OS X program from it, computer restarts, however, after grey screen with darker apple on it, machine goes in the blue screen (fullscreen) and stays there with little black stripes wheel. After some time screen goes to power save mode, wakes up to the same state with any key on the keyboard, but no reaction to mouse. Nothing else has been happening.
    I would appreciate any suggestions on this matter.
    Thank you!

    ifrit:
    Welcome to Apple Discussions.
    Try this:
    Be sure you have made a reliable backup of everything you cannot afford to lose For assistance with this, please post back.
    Insert Panther install disk 1.
    Shut down computer.
    Hit Power button and immediately hold down "C" key until gray apply appears.
    Go Installer menu.
    Launch Disk Utility.
    Select your HDD (manufacturer ID) in left sidebar
    Select First Aid in main panel.
    Click Repair Disk Permissions.
    Click Repair Disk.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    If DU reports errors it cannot repair you will need to use a utility like Tech Tool Pro or Disk Warrior
    Quit Disk Utility
    Open Installer.
    Select installation option
    You may choose to Customize and deselect Foreign Language Tanslations and Additional Printer Drivers. Also, make sure that install BSD subsystems is selected.
    Proceed with installation.
    After restart setup computer.
    Restart computer.
    Repair Disk Permissions.
    Go to Apple Menu > Software updates and install all updates.
    Repair Disk Permissions.
    Please post back if you run into difficulties or you have further questions.
    Good luck.
    cornelius
    Message was edited by: cornelius

  • IMac G3 Panther, Why do I have three hard drives on my desk top and how do I combine them into one?

    Trying to get an old iMac up to be enough for my four year old to go on the internet.  Upgraded to panther and put an airport card in.  Now problems;
    1.  It can connect to my airport express, but not if I have the password enabled, then it won't, even if I put the password in.
    2.  There are 3 hard drives showing on the desk top, with the space divided between them.
    3.  I've been trying to download an old version of flash, but it never finishes and says it can't write the file or something like that.  I kind of think it has to do with the file being to large and since the hard drive is divided, it won't fit.
    Let me know if anybody can help and thank you for your time....

    Your old iMac can only connect to a WEP network, and yours is probably WPA.  As far as the partitions are concerned, if you don't need any any of the data on it, use your Panther disc and erase and fomat it as one partition.

  • Panther to Leopard or Tiger for G5 Imac

    Hello,
    I am in the process of trying to back up my computer. I bought an external drive that has software that is compatible with OS X10.4.8+. I have panther which is X10.3.x and cannot use the software to back up my data. If I do not upgrade my operating system what is the best plan and how do I back up the data I have on my computer? I am considering upgrading to Tiger because it was the last operating system designed just for the G5 chip. Leopard scares me because I have not read anything about it that is positive with an older non Intel chip imac. Anyone have good experiences with Leopard and their G5 imac? Time machine on Leopard is interesting to me and would be the main reason to update but if the whole operating system does not work well with the G5 imac then I have not improved my computer.
    Mark

    Use SuperDuper! to make an exact bootable clone of your system to your external firewire drive. That way, if anything goes wrong, and it shouldn't, you will have everything saved.
    A hint, when you have installed Leopard, use the [10.5.6 combo updater|http://www.apple.com/downloads/macosx/apple/macosx_updates/macosx1056co mboupdate.html] to get yourself up-to-date.
    Do post back and let us know how things went,

  • What´s wrong? I can´t export this movie or even play it in fullscreen

    I´ve had imovie 09 with the latest updates for a while now. And everything has worked fine. But today when i was playing around and making a "movie"/presentation with only text effects, sound and pic´s it would´nt show it in full screen. When i hit the fullscreen mode it just went black. And when i try to export it, everything in that area is grey. I can´t choose anything ....not even itunes or mobilme...nothing. Have i missed something?
    Is this normal? Or am i doing something wrong.

    Just out of curiosity, try playing the song in a different program . . . maybe Windows Media Player to see if it works. I wonder if it's corrupted....

  • How to I get iPhoto to stop opening in fullscreen mode?

    Every time I open iPhoto, it opens in fullscreen mode. It's as if there is a setting that has been set for it to do it(though I've checked the settings and there's no such thing). I usually exit fullscreen mode in the usual way and it cooperates, but then sure enough, the next time I open it up, it's in fullscreen mode again. Additionally, perhaps it is linked to this problem, everytime I open iPhoto, it tells me that "iPhoto has detected inconsistencies in your[my] library" and that I should "click Repair to avoid any potential problems". I've clicked repair numerous times but it still gives me the same message the next time I start the program. I've tried deleting the iPhoto plist file and that has not helped either.
    Another side note that may be similar is that Terminal always opens in fullscreen just like iPhoto.

    Alright, I fixed the problem!
    A more in depth description of the process, some credit for its origins, why it works, and how else you can use it can be found here:
    https://discussions.apple.com/message/17269094#17269094
    But basically, you do the following:
    1. Navigate to "~/Library/Saved Application State/"
    2. Find "com.apple.iPhoto.savedState"
    3. Move it to the Trash
    4. Launch iPhoto
    Also, to solve the issue involving "Repairing" the Library, I had to navigate to the file "iPhoto library" (in ~/Users/dro8654/Pictures) and edit its "Sharing & Permissions" preferences such that only MY user was allowed to "Read & Write"
    This discussion was what helped me with this:
    https://discussions.apple.com/message/17261957#17261957

  • Photoshop CS2 upgrade Panther to Tiger - Help please!

    Hi All,
    I am doing a favour for my Aunt tomorrow and upgrading her G5 from Panther to Tiger.
    She uses it mainly for Photoshop.
    Is there anything i need to be wary of? I looked at the adobe web site and it seems to work on both systems, but do i need to download an update?
    Any advice, greatfully received!

    Jacob, have a look at THESE posts.

  • Need help erase and install panther. system apps abnormality.

    hello
    my ibook has been erratic recently.
    and now iTunes, activity monitor, grab, installer, disk utility... etc.
    do not launch (cannot open app because xxx is damaged or incomplete).
    i've tried fixing permissions, prebinding, emptying cache.
    i've copied installer and disk utility from installation disk, so now they work.
    i've tried to restore software using the cd, but when it comes to selecting the hard drive,
    it's got a red ! and says: (null)
    i've tried to start computer from installation cd, however i can't seem to get past grey apple.
    (i'm guessing maybe some broken system files restricting it from working,
    as i can read the disk properly when i've booted from internal)
    as a last resort, i've backed everything up to firewire external (bootable).
    i plan to: boot via external
    wipe clean internal to extended journaled
    put installation disk in computer
    shutdown and remove internal
    start computer via pressing c
    install system files
    is this feasible??
    thanks alot in advance

    lexlie:
    My understanding of what you are trying to do is to:
    1. Reformat and erase internal HDD.
    2. Reinstall from install disk.
    3. Restore from backup.
    If I am correct, here is how you might proceed:
    Formatting, Partitioning Zeroing a Hard Disk Drive
    Warning! This procedure will destroy all data on your Hard Disk Drive. Be sure you have an up-to-date, tested backup of at least your Users folder and any third party applications you do not want to re-install before attempting this procedure.
    Boot from the install CD holding down the "C" key.
    Select language
    Go to the Utilities menu (Tiger) Installer menu (Panther & earlier) and launch Disk Utility.
    Select your HDD (manufacturer ID) in left side bar.
    Select Partition tab in main panel. (You are about to create a single partition volume.)
    Select number of partition in pull-down menu above Volume diagram.
    (Note: One partition is normally preferable for an internal HDD.)
    Type in name in Name field (usually Macintosh HD)
    Select Volume Format as Mac OS Extended (Journaled)
    Click Partition button at bottom of panel.
    Select Erase tab
    Select the sub-volume (indented) under Manufacturer ID (usually Macintosh HD).
    Check to be sure your Volume Name and Volume Format are correct.
    Optional: Select on Security Options button (Tiger) Options button (Panther & earlier).
    Select Zero all data. (This process will map out bad blocks on your HDD. However, it could take several hours. If you want a quicker method, don't go to Security Options and just click the Erase button.)
    Click OK.
    Click Erase button
    Quit Disk Utility.
    Open installer and begin installation process.
    Installation Process
    Choose to Customize and deselect Foreign Language Translations and Additional Printer drivers.
    Optional: Check box to install X11 (Tiger) BSD Subsystems (Panther & earlier).
    Proceed with installation.
    After installation computer will restart for setup.
    After setup, reboot computer.
    Go to Applications > Utilities > Disk Utility.
    Select your HDD (manufacturer ID) in left side bar.
    Select First Aid in main panel.
    Click Repair Disk Permissions.
    Connect to Internet.
    Download and install 10.3.9 Combo Update.
    Computer will restart after updates.
    Go to Applications > Utilities > Disk Utility.
    Select your HDD (manufacturer ID) in left side bar.
    Select First Aid in main panel.
    Click Repair Disk Permissions.
    Please do post back with further questions or comments.
    Good luck.
    cornelius

  • FLASH PLAYER 10.3.183.7  DOES NOT WORK IN FULLSCREEN

    FAO:  Mr CHRIS CAMPBELL
    Hello Chris
    You're probably getting this from all angles but the newest update to Flash Player  (10.3.183.7)   JUST DOES NOT WORK PROPERLY.
    I keep my browsers up to date and as of today (5 Sept 2011)  Flash  WORKS in "small pane in browser" mode (for example, in Youtube)  BUT GOES BLANK AS SOON AS FULLSCREENED.
    Note that overlay captions and the pause / play graphics DO all work - it is only the video decompression that doesn't - leave screen blank and black.
    This is BOTH in FireFox 7.0  and in latest Google Chrome:  I have carefully uninstalled & replaced Flash form the links you posted here and IT STILL DOES NOT WORK in fullscreen.
    You really should NOT release new version of auto-updating code like this that are not properly tested:  this has mucked up video viewing for millions of people needlessly.
    Is it because of the new accelerator support ?   who knows.    This is a mid-life Toshiba Satellite Pro   (we don't all go out and buy new PCs every ten weeks like you developers do)  and it has a P4 and standard onboard Intel 82852 graphics: perfectly fine up to last week.     But it has 64MB of graphics space and I see that 10.3.183.7  now "requires"   128MB ?       You just cannot make assumptions like that :  I bet there are  50 million plus PCs out there with 64MB (or less) VGA RAM.  
    Adobe is a lovely product,  but this is a complete and utter  bal*ls-up  as we in the UK call it:      please excuse my anglo-saxon directness.    Sort it out, please.
    Mike,  London,  exasperated
     

    Hi Chris
    Thanks for your rapid feedback.
    YES  -  you are right  - turning off hardware accelerate FIXES it on this machine.   
    (For anyone else trying this,  note that if your PC is busy you may not be able to get the Right-click menu to work while the video is displaying,  so PAUSE it first,  then right click in the pane,   choose "Settings",  and UNtick the hardware acceleration tickbox.  Then unpause, and bob's your uncle.)
    Interesting:  Chris -  I also notice that   Not All Videos Do it     -  some are fine (adverts seem to be,  on youtube)  -  but this (below) is an example of the one which will not fullscreen with the HW acceleration on  (nice watching, too  :-)
    http://www.youtube.com/watch?v=lb3VWZj_I6g&list=PL0F01AFE18471E7B8&index=1
    NB  Might it have anything to do with the transcoding YouTube are supposedly doing,  over to VP8 ?     I wonder if they change the content of the stream,  when you choose fullscreen perhaps ?   And so perhaps confusing the HW accelerator which may not know VP8 ?
    Thanks again for rapid response.   GOOD LUCK ALL
    Mike H
    London

  • Framerate problems playing HD in fullscreen.

    I am watching an HD video purchased from the iTunes store. The video plays perfectly (both within iTunes or with Quicktime Player directly) at actual-size. However, if I put the video in Fullscreen mode in either player, the video becomes choppy, especially in high action scenes. It seems almost like it is dropping frames.
    The odd thing is that the video is 1280x720 and my screen resolution is 1280x1024, so bringing it to Fullscreen is not resizing the video at all.
    I have looked into the video and advanced options in Quicktime and experimented with the DirectX settings as well disabling full-screen controls, but to no avail. I was hoping for a frame-drop control, an option to sync frame-rate to my monitor, or anything else other media players often have, but no such options exist for Quicktime.
    I would like to play the video in Fullscreen to remove the bright colored Quicktime frame. Is there a known fix for this?

    If you weren't playing a DRM-encumbered movie, I would say to use an external player such as VLC.
    So, you played with the Advanced DirectX settings -- did you try just disabling "Enable Direct3D Video acceleration"?
    You could also check if your video card drivers are up-to-date.

  • Upgrade an iMac G3 to Panther or Tiger?

    Hello -
    I'm upgrading my parents iMac DV G3/400 (firewire, DVD drive). I have ordered 512MB memory stick to augment the iMac's original 64MB.
    I'm going to install OS X, but I'm not sure if Tiger or Panther will be a better choice. I have access to a license for both systems, and I just want to make the right choice so that the computer will be as easy to use as possible.
    Do you feel I'd be better off running Tiger or Panther on this machine?
    Also, do you think 576MB of RAM is sufficient to run OS X Tiger or Panther on this iMac?
    Thanks so much for your help!
    Joe

    I have been running Panther on my iMac G3 400mHz 384 mb since Nov. 2003 and have been quite happy with the performance. It is able to run iPhoto 2 and Photoshop Elements 2.0 very well although they are a bit slow. I won't likely upgrade the OS any further on this machine as it would not be cost effective and the performance would suffer. This is still a capable workhorse for us for mainly WP, Quicken, web surfing etc.
    I am just getting into digital photography and was amazed that it immediately recognized my camera in iPhoto when I connected it. I didn't even have to load the software that came with the camera. My advice is the same as the others, go for Panther.
    Paco

  • Wont let me install tiger on panther on the hard drive

    Hello,
    I recently obtained a 14" 800mhz ibook g3 with 256 mb of ram from a friend. The reason that they gave it to me in the first place becuase the hard drive crashed and they never bothered fix it. When I got I turned it on, the drive spun up then the computer shut down. I inserted a tiger install cd from my imac g5 and booted from the disk. When the installer ran it told me that tiger could not be installed on this disk. I went to disk utility and tried to repair the disk and it failed every time, erased it, partitioned it, tried everything. I finally convinced my self that the hd was shot. So I went out and bought a 60gb notebook hard drive and installed it myself. Once installed I booted from the tiger cd and ran the installer. It told me that the software was not able to be installed on this computer. I dont know why is said that it the computer seems to meet the specs of tiger. Well I also tried to install panther, when I ran the installer and got to the drive selection screen there was my new hard drive but there was a red stop sign with an exclimation mark on the bottom right and corner of the drive icon. Becuase of this it would not let me continue. I ran disk utility and repaired and everything. I am stumped. Please help me. I am also not sure what version of osx is on there because the owner does not know.
    Again the machine is a...
    ibook g3 800 mhz
    256 mb ram installed
    60gb hard drive.
    Thanks
    - Peter
    ibook g3
    Edit... Today I when ibook beeped three times when I started it up. After reading some of the apple docs, I learning how thought that it had something do to with the ram. I took it out and then placed it back in. Ran the installer and panther is currently installing!

    Hi, Peter.
    Are you sure you have the hard drive set as master? There are jumper settings for the hard drive that may not be set correctly.
    http://www.pcguide.com/ref/hdd/op/jump.htm
    http://www.quest.gr/price/Sales/pdf/087200.pdf
    http://www.wdc.com/en/library/eide/2579-001037.pdf

  • Problem with Wine, NVidia and fullscreen games

    Hi,
    I'm writing about a problem i recently noticed with wine, nvidia gpu and fullscreen 2d games.Basically the problem is as follows - i am running arch with the latest kernel and nvidia drivers on Thinkpad T61 with NVidia Quadro NVS 140M. I have a problem with old 2d games like Red Alert 2, Baldur's Gate, Icewind Dale, Diablo 2, Heroes 3. All of these games do not support the native 1440x900 resolution of my screen and all of them work fine in window mode but crash if fullscreen is selected. I managed to get some of them working by making them work at higher resolutions. For example although Red Alert 2 does not support 1440x900, it can be easily made to work at that resolution and after i applied the necessary settings it worked. The same was with Heroes 3 - by default it does not support 1440x900 and it used to work only i window mode but there is a HD mod which allows it to run in higher resolutions and after i applied it it worked perfectly in fullscreen. I haven't thested Baldur's Gate and Icewind Dale but i think it will work there too.
    The problem is that i cannot use this approach to all games - for example i must run Diablo 2 and Starcraft in their original resolutions. I read somewhere that the problem is that wine can only change between the resolutions described in the xorg.conf file and if doesn't find the necessary resolution the game will crash or will only take the portion of the screen that is its resolution - for example when i play Starcraft rather than stretching it to the whole screen it simply takes 640x480 pixels of my screen and the game is displayed in the top left corner of the screen leaving everything else black.
    I didn't have this problem before - it is something new though i'm not sure since when do i have the problem because i rarely play games. As for the idea that the problem may be related to the resolutions defined in the Xorg.conf file, my xorg.conf is automatically generated by the nvidia installer and there are no resolutions defined there.

    brebs wrote:
    Try nvidia 304.48
    I remember that issue, with the 302 series.
    I have Nvidia 304.48 installed and the problem still exists (it also happens with Catalyst). This didn't occur with 295.59 using the same version of Wine.
    https://bbs.archlinux.org/viewtopic.php?id=55145
    https://bbs.archlinux.org/viewtopic.php?id=147073

  • Problem with Projector and Fullscreen

    Hi,
    Can anyone confirm a problem with fullscreen in the latest
    player 9,0,115,0:
    When I use getURL to launch a browser window, or make an exec
    call with
    fscommand, the standalone projector jumps out of fullscreen.
    quote:
    fscommand("fullscreen", true);
    and
    quote:
    on(release){
    getURL("
    http://www.mylink.com",
    "_blank");
    I'm using CS3.
    Any ideas?

    I dont know really but i read here
    http://www.adobe.com/devnet/flash/articles/first_as3_application.html
    they the getURL() function was removed from CS3 and the new is
    URLRequest(); Try with this one i get it from the upper link
    import flash.net.*;
    var url = "www.google.com";
    var request:URLRequest = new URLRequest(url);
    try {
    navigateToURL(request);
    catch (e:Error) {
    // Handle error...
    }

  • Problem with FPS in fullscreen.

    Hello, for several days, regardless of the quality of the source, cut me(not enough FPS) after switching to fullscreen. The same thing happens when I right-click menu, expanding flash menu in the window. Clearing your cache, use different cleaners, install any version of flash / java, codecs, does not solve the problem. Is it 240P or 1080p loses fps very much, the same thing with Internet broadcasts. Everything happens regardless of which browser I use. WinXP SP3. I also tried to update the drivers from the graphics and disable hardware acceleration in flash. Nothing ... Help!
    Sorry for my english.

    Hi,
    Updating the video card driver and turning off the hardware acceleration are two things that should help. It is better if you get your Driver update from the manufacturer's site.
    You could try viewing in a lower resolution and see if that helps.
    If you need further help, post back your Operating System, 32bit or 64bit and browsers & versions used.
    What version of Flash Player are you using? Check here: http://kb2.adobe.com/cps/155/tn_15507.html 
    Thanks,
    eidnolb

Maybe you are looking for

  • Error object DYNP /DBM/TM_VT IS INACTIVE

    hI aLL, While releasing transport request i am getting error message like " Object DYNP /DBM/TM_VT 2000 inactive" How to fix it Thanks and regards Chidambaram

  • HELP please! FCPX crashing

    Hi there, I recently bought a MacBook Pro to replace my even older one that died.... (Model Identifier:          MacBookPro5,2 Processor Name:          Intel Core 2 Duo, Processor Speed:          2.66 GHz   Number Of Processors:          1, Total Num

  • Call a form by using Report Builder in 6i

    Dear All; How can I call the form from report builder in 6i Report and form?? For example: in report show customer total price: 2000 when I will click on this entry it will show me the breakup of this amount in form??? how can I do this plz help me.

  • Macbook Air 13inch for Graphic / Web Design ?

    Hi guys, I decided to come here to ask for some expert help if i should buy the macbook air or pro. But before that, let me tell you what I usually do. I use Adobe Fireworks as my primary design tool for web graphics / screen graphics, maybe use Phot

  • SBO on Iphone

    Hi all, I have a personal Iphone and I want to set up SBO on it. In my company, we are SAP client but I can't log in. Maybe I don't use the good server (error message : "a server with the specified hostname could not be found". In fact, in the set up