My minimized JInternalFrames do not appear over a jLabel on JDesktopPane

I need help to know how I can ensure visibility of my minimized JInternalFrames over a JLabel component that I use to set my desktop pane background image. I can view the Internal frames only when they are not minimized but they diasppear as sson as they are minimized.
Regards,
Charles

Oh, gods, smckee, you had to point him to MY thread, didn't you? Whoever you are, flip to about page 3, and you'll find the solution. Pages 1 and 2 are nothing but a little scuffle between smckee and I. But we're good friends now, aren't we? Just ignore everything that has nothing to do with InternalFrames disappearing...
James

Similar Messages

  • Spry menu bar does not appear over flash elements in I.E. 8

    Hi, My spry menu bar does not appear over any flash elements in I.E. 8. Every other browser it workd fine. Can anyone please help? Thanks
    A link to one of the pages is http://www.innervisionfilms.tv/pages/showreel.html
    My spry code is
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: auto;
        font-family: Verdana;
        color: #000033;
        font-weight: bold;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 130px;
        float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        position: absolute;
        left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 8.2em;
    ul.MenuBarHorizontal ul li a
        width: 10.2em;
        background-color: #4E81B4;
        left: auto;
        background-image: none;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-style: solid;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: #FFFFFF;
        border-right-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
        border-left-color: #FFFFFF;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        background-color: #EEE;
        padding: 0.5em 0.75em;
        color: #000033;
        text-decoration: none;
        font-family: Verdana;
        font-size: 11px;
        background-image: url(../pagelayout/menubg.jpg);
        font-weight: bold;
        border: 1px solid #003366;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        background-color: #003366;
        color: #FFFFFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        background-color: #003366;
        color: #FFFFFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(../pagelayout/menubg.jpg);
        background-repeat: repeat;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(../homepagelayout/greenbarbg.jpg);
        background-position: 95% 50%;
        background-repeat: repeat;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarDownHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
            display: inline;
            f\loat: left;
            background: #FFF;

    I still can't find a solution. Changing the parameter wmode:transparent works for .swf files but .flv files do not have the option to add this parameter. If you add it in the script manually it doesn't do anything. Any help would be greatly appreciated. I cn't find any solution online.
    Thanks,
    Adam

  • Minimized messages do not appear under the Window menu

    If I minimize a few messages (yellow button) in Mail, then quit Mail and reopen Mail, the minimized messages don't appear under the Window menu. The only way to retrieve them is to go into Expose one at a time and click on them.
    This seems like a bug or design flaw.
    Any ideas?
    Message was edited by: haroldo1

    Apparently fixed with 10.6.2

  • Hello  I don't know who to complain to as you do not appear to have a complaints department, despite searching the web, I trust you can pass this to relevant department for action, as I'm very angry over my recent repair.  Following my issue relating to a

    Hello
    I don't know who to complain to as you do not appear to have a complaints department, despite searching the web, I trust you can pass this to relevant department for action, as I'm very angry over my recent repair.
    Following my issue relating to a blank screen 2 weeks ago, your advisor arranged for my iMac to collected by Amsys, for repair and return, this was done and it was returned to me last Tuesday, onWednesday I set up my iMac again and instantly realised I had problems, much worse than before. I called Amsys to inform them of the issue of the computer being very very slow and unable to open iPhoto and pages, and document listing would not show up, plus I had no sound on the mac.They informed me that they had only replaced the video card and what they had done would have not affected the computers performance. He suggested I reinstall OSX again which I did, but this made no difference to the programs, so I called you.
    Your technician on the phone was very good as they have always been, and made an appointment for me to go into the Milton Keynes Apple store the next day at 1 pm, which I did.
    The gentleman on the Genius Bar was very good and was able to run tests on the iMac in my presence, and diagnosed immediately an issue with the sound problem, and advised me that this could not be fixed while I wait and I would need to leave it for repair. I made him aware of the previous repair, and he was able to see via your system, the list of logged issues I have had with this since purchasing in September 2012. I'm sure you can see from the way you record all calls and issues the problems I have had.
    Today I called to ask if my iMac would soon be ready for collection, I was told the repairs had been completed and it was being tested. However to my dismay, I learned of another serious issue relating to the repair carried out by Amsys. I was informed that 6 screws were missing from the the iMac internally, which caused me much distress and concern, they also told me I had to wait even longer as the screws had to be ordered and installed on arrival before I could collect it.
    My issues here are: I trusted the Amsys repairer as it was arranged and recommend by you, it is very evident they are not competent to repair, as they have caused more problems with my iMac on its return, despite enclosing a checklist, fully ticked showing everything working well, it clearly wasn't ! Plus the issue of missing parts (screws) during the repair, I have already expressed my disgust with Amsys, by email and had a response, within the hour, apologising and told me they were looking into this.
    This where I stand on this, I have not had my iMac for  almost two weeks and I do not know when I will get it back. I'm also very worried about what other damage has been caused by Amsys and the quality of my iMac now. I want to know what you, Apple is going to do about this ? I have already been very inconvenienced by this and until now I have been a very loyal apple customer with 2 iPads, and 4 iPhones in our household, not to mention the iMac.
    I feel I have been very let down by this experience, on my iMac, which cost a lot of money, I have also lost a lot of money with lost work and unable to carry out my business without it, and I will be seeking compensation.
    I trust you will take this complaint seriously and pass it to the relevant department for action.
    Yours sincerely
    Des Withey 
    Sent from my iPad
    On 26 Feb 2014, at 11:44, Apple Support <[email protected]> wrote:
    Thanks for contacting us.
    Thanks for contacting Apple Support. If you need more help later, you can open the case below or start a new support request online.
    Case ID:
    Open this case
    Sincerely,
    Apple Support
    Get help online
    Visit Apple Support to learn more about your product, download software updates, and much more.
    Join the conversation
    Find and share solutions with Apple users around the world.
    TM and copyright © 2014 Apple Inc. 1 Infinite Loop, MS 96-DM, Cupertino, CA 95014.
    All Rights Reserved / Privacy Policy / Apple Support / Give us feedback
    On behalf of Apple Distribution International

    Call Apple Customer Relations - 1-800-275-2273.  Ask politely & firmly that you want to be transferred to Customer Relations.  Tell them exactly what you stated in your post.
    GOOD LUCK!
    These are user-to-user forums where everyday folk (volunteers) post questions and offer answers (technical support) to each other.  

  • My files, photos, email files, software programs, and all information did NOT transfer over to Mavericks (from Mt. Lion).  How do I get all my stuff to appear when using Mavericks?

    Will someone please help me?
    My files, photos, email files, software programs, calendar info, and all information did NOT transfer over to Mavericks (from Mt Lion).  How do I get all my stuff to appear when using Mavericks?
    My email did transfer over.
    Thank you.

    First click on the Apple > Logout and Log back in or restart the unit see if that solves it.  If it doesn't do you have a backup of your system prior to upgrade?  Check Disk Utility and see how much space is being used to make sure the drive wasn't somehow erased.

  • The "Logout" button does not appear my Sakai sessions. I have to mouse over the blank area to find the link to logout. The Logout button does appear in Safari. Firefox version 10.0. Mac OS 10.7.2

    The "Logout" button does not appear my Sakai sessions. I have to mouse over the blank area to find the link to logout. The Logout button does appear in Safari. Firefox version 10.0. Mac OS 10.7.2

    To make sure that all required media is in the library contain the project you need to "Consolidate media"  see:  http://help.apple.com/imovie/mac/10.0/#mov882dee351
    You can then copy the library to your laptop with the Finder and open it with the same version of iMovie.  The last phrase is important since Apple has made changes in the project format several times even between minor updates of iMovie 10.  Earlier versions may not be able to read the library and later versions (not possible in this case) may cause the project to be updated so that it is no longer readable by the desktop version.   iMovie on the laptop will not at first find the copied library - you will have either to double click on it or File - Open library - Other and navigate to its location.
    Geoff.

  • Since I have iTunes match, why does my iTunes library not appear in iPhoto music options for slideshow?; only songs purchased or placed on iTunes over a year ago appear in the iPhoto library under the iTunes or purchased option.

    since I have iTunes match, why does my iTunes library not appear in iPhoto music options for slideshow?; only songs purchased or placed on iTunes over a year ago appear in the iPhoto library under the iTunes or purchased option.

    10/20/14
    Yes, I am signed in to iTunes match on the macbook pro, iPhone , & iPad (all updated & correct music libraries) where I bought all the tunes but still no updated tunes on the iPhoto music library after 3 days of being on iTunes match.
    Thank you,
    TMAbanjoman

  • My i photo application will not open, A ? appears over the icon when I try to open it. What can I do?

    My i photo aplication will not open. A question mark appears over the icon when I try to open it. My photos are still on the hard disc under images, however, I cannot open the application. How can I resolve the?

    Reinstall iPhoto.
    (83881)

  • Someone else's Notes appearing on my iPhone. I'm using version 5.0.1. I assume there is some type of over-the-air sync problem happening?

    Someone else's Notes appearing on my iPhone. I'm using version 5.0.1. I assume there is some type of over-the-air sync problem happening?

    Doing a restore will more than likely resolve the problem. Plug the phone into iTunes, select your phone under DEVICES, and press Restore. This will restore your phone to factory settings. Now, after the restore is complete, you have two options:
    1) Restore from Backup
    This will let you restore all of the content you had on your phone but may also restore the other person's notes and their ability to sync notes to your phone.
    2) Set Up as New iPhone
    Your data will not be restored, but you can always sync content back later as long as it is in iTunes. On the positive side, this would positively remove any setting that would allow someone else's notes to appear on your phone.
    You will be presented with these two options after the restore. I recommend restoring from a backup first so you won't lose your data, but if it doesn't solve the problem, proceed to restore as a new phone.

  • In most web sites many web sites, the menue buttons do not appear i have to scroll over the screen untill the cursor changes indicating a button is actually there, and guess which one it is. I am using windows 7 , 64 bit

    In most web sites many web sites, the menu buttons do not appear i have to scroll over the screen until the cursor changes indicating a button is actually there, and guess which one it is. I am using windows 7 , 64 bit

    See:
    * http://kb.mozillazine.org/Website_colors_are_wrong
    * http://kb.mozillazine.org/Websites_look_wrong

  • What does it mean if I get blank text messages from someone but they are not coming from number they appear and disappear they are not coming over the network also emails have been moved around, has my phone been hacked?

    I Have been getting blank texts from a number, but the person who owns the niumber is not sending them, they appear then disappear, they are not coming over the network, they come even though number has been black listed, also emails have been moved, I believe by someone who is cyberstalking me but don't know how to prove it, what can I do ?

    Hi,
    When a Mac is "registered" for iMessages account with an Apple ID the Serial Number of the Mac is used to create an Auth Token as it is called for the Messages app that allows that Mac to work.
    I would guess a similar process of linking the Number of the iPhone to a Hardware fact about the device is also in place.
    I would contact Apple Support and check with them.  (you might need to speak to a Level 2 person as Level 1 people are script led and try to fit everything into Software or Hardware categories where as sorting and Apple ID (which the Number is in this case) is normally Free).
    I did find this iOS: Troubleshooting Messages - Apple Support
    It starts off about sorting SMS that is not working.
    This one has a bit on Unlinking an iPhone Number (with or without the iPhone) iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage - Apple Support
    7:55 pm      Tuesday; January 6, 2015
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • My ipad keeps restarting over and over again and even it does not appear the home screen

    my ipad keeps restarting over and over again and even it does not appear the home screen...............................how can i fix this.................
    `

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
     Cheers, Tom

  • I  started using icloud a few months ago- I now have music on my iphone purchased over a year ago which does not appear on my library on the computer- how can I get it off my iphone?

    I started using icloud a few months ago- I now find I have music on my iphone that my daughter purchased last year- I can't get it off as it does not appear on my Library on my pc. Any ideas- other than banning daughter from my account!

    Add all the songs you want to burn the playlist onto the disk.
    Best Regards, Brandon.

  • Edit option does not appear after adding a contact from inbox

    i have outlook 2013 32 bit with an exchange account. Normally i can hover over a contact. click on downward arrow at extreme right, this will give me the full details. I will get a add button. on clickin on add button , it shows editable fields
    and i can save the contac. after saving instead of add button, i will see the edit button until a move the focuc or contacts get minimized. however for some reason recently the edit option does not appear at all. right after saving opption goes back to add 

    Hi,
    It may be synchronization issue.
    Please first check if this user has been added to contact list. If they have been in contact list then restart outlook to check if this add button still exists.
    Sometime we add user to contact lists, even users have added to contacts list, the Add button also appears instead of Edit button.
    If this issue persists, please let me know.
    Best Regards.

  • Time Capsule crashing; not appearing in AirPort Utility

    Hi all
    My Time Capsule keeps on crashing, and is currently not appearing in the AirPort Utility window. I restarting it by unplugging it and plugging it back in again, but it will randomly crash again, or the sessions will be interrupted on the TC drive and the additional HDD that's plugged into it. I'm not really sure what's going on here. It's not like I'm sitting too far away from the Time Capsule (less than 3m, in fact).
    The only thing that's going on that could be causing this, as far as I can see, is my attempting to migrate my files and folders from my old PowerBook to my new MacBook Pro (a procedure that is not, in all honestly, going all that well).
    Thanks in advance

    Rob,
    If you don't mind a few more suggestions...
    *_Time Capsule Weak Signal Strength / Dropped Connections_*
    Forgive the size of the post, but the suggestions below have helped others with similar issues. Try each topic individually and see if things improve, If not move on to the next one.
    *Keep the Time Capsule Cool*
    Some posters have observed that when they positioned the Time Capsule for better ventilation and cooling, their network connectivity issues resolved themselves. Also avoid locating the devise within poorly ventilated cabinets or piling items around or on top of it.
    *Time Capsule Orientation*
    While the location you chose to setup your Time Capsule may be acceptable, but the direction it is oriented can have an effect on signal strength. It appears that the signal of the Time Capsule does not radiate equally from all sides of the devise.
    The antennas within the devise are positioned along the 3 smooth sides. That is, there is no antenna on the side bearing the ports and cables. As a result, position the devise with the ports and cables AWAY from the direction of most of the clients that will be connecting to it.
    *Cordless Phones*
    Some users have discovered that the cordless phones they have in the home occupy or are near the same bandwidth as their wireless network (2.4Ghz or 5Ghz). Try temporarily disabling the handsets and their bases and see if network connectivity improves. If so you may need to change the channel that the phone uses or purchase phones that occupy a different bandwidth.
    *Proximity To Other Devices*
    One poster observed: “Finally have full access, full speed, and full functionality. Initially I installed the Time Capsule at the location of my cable, cable modem... which of course was next to my HDTV, DVD, Apple TV, Amplifier, etc. Get the picture? After about 4 weeks of starts and stops, resets and repeated initial backups, I moved the unit to another location, closer to my Mac, and in an area where there are no other electronics. Now, it runs perfect.” [http://discussions.apple.com/thread.jspa?threadID=1734818&tstart=0]
    *Change Firewall Settings* #
    Go to System Preferences --> Security.
    Click the Firewall tab.
    Change setting to “Set access for specific services and applications”.
    The System will now ask you when each process wants to penetrate the firewall. Once you click “Allow” each time you are asked, it will be saved in the pane at the bottom of this window and it should never ask you again.
    One poster observed, “Since I made this change, my wireless has been strong and Time Machine works like a champ and the impact on my network performance is minimal. I speculate that the change in performance is due to security protocols or services that run in the 'allow all incoming connections' and 'allow only essential services' modes. Whatever the reason this fix has worked for me for over 2 months without resetting my airport connection or time capsule.” [http://discussions.apple.com/thread.jspa?messageID=8348496#8348496]
    *Change Time Capsules’ Channel*
    Launch Airport Utility.
    Select the device on the left.
    Click "Manual Setup."
    Select “Airport” in the toolbar.
    Click the "Wireless" tab.
    If “Channel” is set to “Automatic” try changing to a different one. Holding the Option key down and clicking the drop-down menu should provide more channels to choose from. If you have another wireless router operating, ensure that each devices’ channels are as far apart as possible.
    Click “Update”.
    Close Airport Utility.
    *Preferred Networks & Airport Services*
    You may be experiencing interference from other networks in your neighborhood. When you click the Airport menu are there other networks listed other than your own?
    If so, is your network at the top of the list? It should be.
    Go to System Preferences --> Network --> Select Airport on the left.
    Click "Advanced". In the “Airport” tab note the various local wireless networks that Airport detects. Is the network you prefer to connect to at the top of the list? If not drag it to the top. Are there other networks you never intend to connect to (an old work network, or a neighbors network)? Then highlight them and click the "-" button.
    Make sure “Remember any network this computer has joined” is checked.
    Click "OK".
    For "Network Name" be sure your network is selected and then click "Apply".
    Is Airport (wireless) your primary means of connecting to your network? If so, is Airport at the top of the list of services on the left? It should be.
    Click the small “Gear” button at the bottom of the window and select “Set Service Order”.
    Now drag Airport to the top of the list.
    Click “OK”. Click “Apply”.
    Now see if network connectivity has improved.
    *Transmit Power & Wide Channels*
    If you are using the 802.11n only (5GHz) radio mode, you can also select to use wide channels, which provide higher data throughput in your network.
    Launch Airport Utility
    Select your Time Capsule on the left.
    Click “Manual Setup”.
    Select “Airport” in the toolbar.
    Click the “Wireless” tab.
    Click “Wireless Options...” at the bottom of the window.
    Adjust the “Transmit Power” to 100%.
    Put a check mark in the box labeled “Use Wide Channels”. (If you are using a 802.11a/b/g (2.4GHz) radio mode then select “Interference Robustness”)
    Click “Done”.
    Click “Update” in the lower right hand corner.
    Wait for the Time Capsule to restart and then see if your network speeds improve.
    *Faulty Airport Card*
    One poster reported: “I reckoned the fault must be with the Macbook’s hardware so took the plunge and got a new airport card fitted to my Macbook and now everything is working fine. At last I have a working Macbook!” [http://discussions.apple.com/thread.jspa?threadID=1719326&tstart=0]
    If you think this might be the case, follow the steps outlined in this KB article to determine if your Airport card is still being detected by your system:
    [http://support.apple.com/kb/HT2601]
    Let us know if any of the above helped improve your situation.
    Cheers!

Maybe you are looking for

  • IPad downloading enormous amount of data

    We set my folks up with an iPad2 a few months ago, and it has been using extraordinary amounts of data. They live in the country and broadband and dsl are not available, so we have them set up on a cellular hotspot for internet access, which the iPad

  • At new field symbol -field in ECC6

    Hi experts, We are upgrading to ECC6 from 4.7.  The command ' at new <wa_base>-vakey.' works in 4.7 but gives error ' "<WA_BASE>-VAKEY" is not defined as a field symbol ' in ECC6.  I can't find any SAP Notes or answers in the Network Forum or F1 Help

  • DRQ: down payments & sales analysis per sales employee

    Our client sells projects which last from 2 to 8 weeks. A down payment invoice is issued before the start of the project and the remaining amount is invoiced upon completion. Sometimes due to the fast pace of the project and the payment terms, the do

  • Can't read pdf attachments in mail

    Hi, I can't read the pdf attachments in mail, it opens but when I try to resize or scroll it the app crashes and close. The problem is new, just a few days ago I can read the same pdf attachments without problems. I aprecciate any help you can give m

  • ??  installing small network/mobile user network --mini as server- wireless

    Hello, Could someone point me to information regarding setting up a small wireless configuration, where each user node (probably mac laptops) can support multiple mobile users. I would like to use a headless mini as a file server ... again connected