How can I throw away the windows

In java programming of application,we have to choose a window to display something,for example a Frame.I want to know if I can design the window myself,for example ,making it look like a book or something else,not the windows of 98.

Yes you can.
You can use JWindow to display a window
without a title bar, (blank) the rest is up to you...
hope this helps

Similar Messages

  • I have hp 430 laptop,how can i re install the windows 7, if i not have original window on my laptop

    I have hp 430 laptop,how can i re install the windows 7, if i not have original windows on my laptop. i have oem number,
    But i have troubol to finishing installation of window.

    Originally the Notebook will have the Recovery Partition and that would give you an option to create a set of Recovery Disk. If you have not created those Recovery Disks when the Notebook was in working condition we cannot do that right now
    As of now if you need to recover your Notebook with the new Operating System you can check if the Recovery Partition is in a working condition or not, If yes you can easily recover/restore your Notebook
    If Recovery Partition is corrupted
    You need to call HP Technical Support and request for a set of Recovery Disks , So you can recover/restore your Notebook at the earliest
    OR
    You need call up Microsoft and purchase an Operating System with the License Key, So you can recover/restore your Notebook at the earliest
    I strongly recommend you to Contact HP Technical Support over the Phone for further assistance without any delay
    Hope this helps, for any further queries reply to the post and feel free to join us again
    **Click the KUDOS star on left to say Thanks**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.
    Thank You,
    K N R K
    Although I am an HP employee, I am speaking for myself and not for HP

  • How can I take away the 1x1 transparent gif on my slideshows in muse?

    How can I take away the 1x1 transparent gif on my slideshows in muse?  It's showing up as a SEO error only on the pages that include slideshows. 

    To see all the photos on the phone, including photos that have already been imported into iPhoto, deselect the "Hide Photos Already Imported" checkbox. If the camera contains photos that have already been imported into iPhoto, those photos are hidden by default.

  • Does anyone know if I can SAFELY throw away the following items ?

    This may be a stupid question, but here goes :
    Can I throw away, I mean permanently, "ODBC Administrator" and "NetInfo Manager" utilities to clear up a little bit of space ? I have never used these.I DO NOT wanna screw everything up, so please do not reply "yes I can" unless you are 100% positive I can ... are these vitally important ?

    On my computer those two programs take up less than a total of 1 MB of space. If you are that desperate for space you'd be a lot better off even throwing away a single music file!
    [Problems from insufficient RAM and free hard disk space|http://www.thexlab.com/faqs/lackofram.html]
    Where did my disk space go?
    [http://www.macfixitforums.com/showflat.php?Cat=&Board=Forum38&Number=770243]
    Disk Inventory (free) [http://www.derlien.com>
    WhatSize (now shareware and only useful on <20GB drives until you buy it) [http://www.id-design.com/software/whatsize>
    Freeing space on your Mac OS X startup disk
    [http://www.thexlab.com/faqs/freeingspace.html]
    Amazing Disappearing Drive Space
    [http://www.pinkmutant.com/articles/TigerMisc.html]
    Increase HD Free Space
    [http://macosx.com/forums/howto-faqs/275191-how-easily-increase-hd free-space-laptop.html]
    How to free up my disk space
    [http://www.macmaps.com/diskfull.html]

  • How can avoid to close the window?

    My problem is that when user decides to close a window, system should ask conferm to that action, if user responds no, the window should stay, vice versa window should be closed if user conferm closing.
    Ok my code:
    void this_internalFrameClosing(InternalFrameEvent e) {
    int r;
    this.setClosable(false);
    JOptionPane dlg = new JOptionPane();
    r = dlg.showConfirmDialog(this,"Are you sure to quit?","Quit?",dlg.YES_NO_OPTION);
    if (r == dlg.YES_OPTION) {
    this.setClosable(true);
    doesn't work. How can I cancel closing of the window, because window will be closed anyway!

    This will prevent your internal frame from closing:
    frame.setDefaultCloseOperation(JInternalFrame.DO_NOTHING_ON_CLOSE);
    Then you have to define your closing logic in the internalFrameClosing() method of InternalFrameListener. Be sure to close the window manually using frame.dispose().

  • Pavilion dv6 - How can I determine if the windows product key for Windows 7 is 64 bit or 32 bit?

    The hard drive in my Pavillion dv6 had to be reformatted.  I do not have a recovery disc nor a Windows 7 disc.  I do have a product key on the back of the computer for Windows 7 Home Premium.  How do I determine if I should install the 64 bit or the 32 bit version of Windows 7?  The product number is A3E82AV, Model dv6t-7000.

    Hi: All dv6-7xxx models came with W7 64 bit. That is what the license is for (although the product key would also work on a 32 bit OS). You can make your own W7 installation media and use that to reinstall Windows. Link to the W7 ISO file downloads is below. Download the applicable version of Windows 7 that is on your product key (Home Premium, Pro, or Ultimate).  The SP1 Media Refresh files are the latest ISO files. http://forums.mydigitallife.info/threads/14709-Windows-7-Digital-River-direct-links-Multiple-Languag... Use the Windows 7 USB/DVD installation tool to compile the ISO file you download from Digital River. Link  below. You need a DVD or a 4 GB flash drive to use the USB method of compilation. Use the 25 character windows 7 product key to activate your installation. http://download.cnet.com/Windows-7-USB-DVD-Download-Tool/3000-18513_4-10972600.html Then go to the PC's support and driver page to install the drivers you need.

  • How can we print using the windows printer dialog window?

    Hi,
    We recently got new printers and a printer setup on our server that are set to print in greyscale as a default. In the past the printers defaulted to printing in color. When I create VI's and reports I have used to set "Print on completion" or the print option from the Report Generation Toolkit, and I have received my prints in color. After changing the printer drivers on the server any printing method I used to do from LabVIEW will always produce greyscale prints. These prints are fine for everyday use, however we need color prints when the documents are for customers or for other official use.
    If I could only send documents/VI's to that process the user could override the "greyscale" setting and select "color" in the cases where we need a better looking print. Obviously the other option is to save the document/VI as a file and later print it from any windows software (Excel, Paint etc.).
    Do anyone have any neat tricks for printing using the windows printer dialog?

    You can change printer settings programmatically via a .NET assembly. You can also bring up the Print Dialog to change settings manually before printing.
    More info on the .NET assembly for colour settings here:
    https://msdn.microsoft.com/en-us/library/system.drawing.printing.pagesettings.color(v=vs.110).aspx
    An NI KB link on calling a print dialog:
    http://digital.ni.com/public.nsf/allkb/80DD23A28BD8ADF9862575AC0077B1BB?OpenDocument
    CLD

  • Can I throw away the stuff in CrashReporter?

    I have an older iMac running OS 10.9.5 (Maverick) it has a 3.06 GHz intel core i3 processor.
    My husband has a new iMac that runs via WiFi. (Sorry, I don't have the details of his machine. It's in another room and not accessible right now) I know he's running Maverick as well.
    Anyway, he's had some problems with an on-line stalker. He thinks she may have planted malware, or a beacon or something on his machine.
    If that's true, I suspect mine is compromised too, since his is piggybacked on mine.
    Is there anything he should look for and anywhere he should look, to find out if she has planted anything?
    He was looking through the bowels of his and found some things that didn't make sense. He has something called AirDrop identified in his library, but no where else. Its not on mine, that I can find.
    What we both found, is in Library- Application support- CrashReporter. One named "anonymousIdentifier_DAF(a string of alphanumerics).plist" has him worried.
    Each thing in the folder is a document.
    I've just always been told to never take anything out of Library.
    Also, there are folders he doesn't have access to. (like com.apple.TCC). I told him that's because they are used by the system and if he messes with them he'll break something.
    As you can guess, I'm not that savvy, but neither is he. I don't try to fix what isn't broken, he's not so tame.
    He's already had to take his machine into the Apple store to be reconfigured twice. I'm just trying to get some good information for him before he breaks it again.

    Yes you can.
    You can use JWindow to display a window
    without a title bar, (blank) the rest is up to you...
    hope this helps

  • How can I switch between multiple windows of the same application (e.g. Safari) over several desktops ?

    Hi All,
    I have one application, for example safari, open and running with multiple windows (with or without tabs) spread over several desktops.
    How can I switch between the windows only via keyboard? CMD+> and CMD+< let me only swicht between windows open on the one desktop I am currently looking at.
    thanks for your replies,
    equi

    Barney,
    many thanks for your efforts and your time (preparing and posting the screenshot, answering to this question,...).
    Unfortunately, moving the focus to the next window only works with windows on the same desktop.
    btw, using a german keyboard layout and german language settings the shortcut is "cmd+<".
    I can switch with this shortcut between different windows of my Safari which reside on the same desktop, but I cannot swith between different safari windows distributed over several desktops.
    Thanks,
    equi    

  • How can I remove the Mac protector icons? I finally deleted that program but I cannot throw away the icons?

    Hi, I have a little problem. I downloaded a malware called Mac Protector, for my fault, and now I finally have deleted that program but I cannot throw away the relative icons (in my display). How can I do?

    Where on the screen? On the Desktop? In the Dock? In the menu bar? Please post a screenshot.

  • How common is it that the on/off button stops working? Time to throw away the ipod touch? Safe to fly? No more "print screen"?

    How common is it that the on/off button stops working? Time to throw away the ipod touch? Safe to fly? No more "print screen"?

    Place the iPod in recovery mode using one of these programs:
    For PC
    RecBoot: Easy Way to Put iPhone into Recovery Mode
    If necessary:
    Download QTMLClient.dll & iTunesMobileDevice.dll for RecBoot
    For MAC or PC       
    The Firmware Umbrella - TinyUmbrella
    and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        

  • How can i print all the contect of the code in sapscript window ? ?

    how can i print all the contect of the code in sapscript window ? ?

    Hi,
    Do you mean that you want to print the ABAP code to SAPscrip form ?
    Svetlin

  • How can I have two different windows up on one screen at the same time?

    How can I have to different windows open on my screen at one time? Kind of like a split or shared screen.

    If you want this split screen thingy for a single app, do like captfred suggests or see if the app itself supports some sort of splitting, like MS Excel.
    If you want to do this system-wide, maybe you can get what you want by activating and using Spaces: http://support.apple.com/kb/PH4313

  • Multiple calendars have appeared on my Iphone and I am unable to sync all of them to my PC, running Windows 7 and Office 2010. How can I sync all the calendars to my PC, or, merge the calendars on the Iphone so there is only 1 calendar to sync?

    Multiple calendars have appeared on my Iphone and I am unable to sync all of them to my PC, running Windows 7 and Office 2010. How can I sync all the calendars to my PC, or, alternatively, merge the calendars on the Iphone so there is only one calendar to sync?

    If the hard drive that crashed is the one that stored the itunes library, be sure to restore the library from Time Machine (mac) or whatever backup you use on windows.  That will get back your music.  I suspect that the replacement drive has an empty itunes library and thus, perhaps, the itunes match used that to sync to its servers.
    Try posting in the iTunes Match forum, you'll probably find more knowledgeable folks there.
    https://discussions.apple.com/community/itunes/itunes_match

  • How can I turn back the suggest option on iTunes when I purchase a song? somehow I close the window and now it doesn't come up

    how can I turn back the suggest option when I purchase a song? somehow I close the window that suggest the song similar to what we purchase on itunes

    NVM!!! Everything is strangely fine now!

Maybe you are looking for