Using Canvas to get rid of Options command

I've read that you can use a full screen canvas to get rid of the default "Options" menu but I can't find any information on how to do this. Can anyone point me in the right direction?
Thanks,
Neil

use mycomputer to browse to the directory where javaw is located
(usually c:\j2sdk1.4.0\bin but it depends) right click on javaw.exe
and create a shortcut then right click on the short cut and go to
'Porperties' a window will pop up with 2 tabs a General and a Shortcut
click on the Shortcut path, and look at the field labeled target it should look
like C:\path\to\javaw\javaw.exe now just add the parameters that you would
normaly add to java.exe when you run your program from the command line
i.e. c:\j2sdk1.4.0\bin\javaw.exe MyClass
If you want you can also click change Icon and change the icon for that shortcut to
something else, either one of the included icons, or a custom icon that you made.
Click apply and okay and your done
(Note: You can rename the shortcut to whatever you want, it doesnt
have to be 'Shortcut to javaw') Now double click on the shortcut and watch as your
java program runs without showing the command window.
Hope that helps!

Similar Messages

  • How to get rid of the command window....

    How to get rid of the command window, automatically, once the .bat file which execute the .jar has been executed?
    Znx

    If you don't want the command window to show, use:
    javaw yourClass
    instead of...
    java yourClass

  • How can I get rid of this command in Terminal?

    Few days ago, I was trying to install Mysql database on leopard. When I was following the instruction to install it, I accidentally typed echo 'setenv PATH /usr/local/mysql/bin:$PATH' instead of echo 'export PATH=/usr/local/mysql/bin:$PATH' in terminal. Right now, whenever I start Terminal, I will get this message:
    Last login: Fri Jan 11 01:22:57 on console
    -bash: setenv: command not found
    Is there a way I can get rid of the ~bash: setenv: command not found comment? I really hope someone can help me. Thank you!!!

    Where did you type it? If you typed it while editing your .bashrc, remove that line from your .bashrc. If you typed it while editing your .profile, remove that line from your .profile. If you typed it while editing /etc/bashrc remove that line from /etc/bashrc. You get the idea.
    Your post makes it very unclear what you actually did to create the problem, so it is hard to tell you how to solve it. In particular, typing
    echo 'setenv PATH /usr/local/mysql/bin:$PATH'
    would cause Terminal to spew
    setenv PATH /usr/local/mysql/bin:$PATH
    immediately and only once. Without any error messages. Ever. So that's not what you did.

  • Real Player plugin in use - how to get rid of it?

    I tried to play something someone sent me, it required realaudio, I downloaded for free Real player for mac, it didn't do the job, so I tried to trash it, but I keep getting the message above. Anyone knows what to do?
    Max

    Hey there,
    Try logging out and in and then re-attempt to trash it or simply restart your Mac to kill any processes that are still using it. And again, re-attempt to trash the application. See if that helps.
    You may want to find a third party utility to "uninstall" the application and trash any files on your Mac that are associated with it. I would recommend [AppTrap|http://konstochvanligasaker.se/apptrap> or [AppZapper|http://www.appzapper.com> to help you accomplish this task.
    B-rock

  • How do I update ios 7 without using itunes and get rid of this message?

    I pressed update and it has a picture message that won't go saying connect to itunes, but I don;t have itunes installed on my laptop! How do I get this to stop as I need my phone?!
    Help would be much appreciated!

    You'll need to install iTunes on your laptop and restore the Phone there.
    There is no way around it.
    itunes.apple.com
    http://support.apple.com/kb/HT1414

  • How can I keep bootable partitions from showing when I want to use my usb stick without the option command at boot up?

    Im using a usb stick with bootable diagnostic partitions and a extra partition for diags that run in the OS. When i want to use diagnostics from this extra partition on a mac thats already booted, I have to wait for all the bootable partitions to mount as well as the one partition that I need. Is there a way to hide these bootable partitions when using the usb drive as a storage device to run diags in the OS?
    Thanks

    I think I may have to look into a redirect line in my htaccess file so that direct loads of my mp3's route through my website page.
    If you do this you may find iTunes won't read the files, so I should test carefully on one file first if possible.

  • Robert Jacobson.  Trying to use script to get rid of duplcates in itunes

    Downloaded script but do not how to use it. I have way to many duplicates to go one by one. Can you help

    Click here and ask the iTunes Store staff to zero your account balance.
    (95654)

  • HT1766 ipad not backed up command has popped up how can i get rid of it

    my ipad mini shows a command of ipad not backed up, with a highlighted area with ok in it. I press the ok but it does not get rid of the command it has locked the screen, does any one know how to resolve this please?

    Try a reset:
    Hold the Sleep and Home button down until you see the Apple logo.

  • How do I clear the option-command-c shortcut?

    I've been using Photoshop forever. Recently upon buying a new laptop with Lion on it I have not been able to use the Photoshop hotkey combo of option-command-c.  I've gone though the prefs -> keyboard -> keyboard shortcuts pane and removed everything and that's not helping. Is there a command I can run in terminal to unbind this so that I can use it in Photoshop again?
    Note: I'm posting here because from the Photoshop side of things, the hotkey is setup and should be working fine (it is a default thing).

    Had the same problem. In my case the conflict was not with an identical os x system shortcut, but with the same hotkey-combo iin an application called "Clipboard History", which was constantly running in the background.
    See app store:
    http://tinyurl.com/chyyj9b
    After I disabled this clipboard app, I could use option-command-c again in Photoshop to change the canvas size.
    Hope this helps!

  • How to get rid of duplicate records generated frm hierarchical cube in sql?

    Hi All,
    database version 10gR2.
    I am trying to aggregated data for two hierarchical dimensions, specifically organization and products.
    I am using one ROLLUP for each dimension, which would be two ROLLUP in GROUP BY clause to do the aggregation for every level of organization and product that are in included in the hierarchy.
    the troubling part is that that products that have data in corresponding fact table are not always located at the lowest level (which is 6) of the product hierarchy.
    e.g.
    product_id                               level
    0/01/0101/010102/01010201    5                           -->01010201, at level 5 , has data in fact table
    0/01/0101/010103                   4                           -->010103, at level 4, has data in fact table as well
    0/02/0201/020102/02010203/0201020304/020102030405              6   --> at level 6,(lowest level) and has data in fact table     we have a flat product hierarchy stored in table as below:
    prod_id  up_code_1 up_code_2 up_code_3   up_code_4   up_code_5 up_code_6
    01010201     0     01     0101     010102     01010201      NULL
    010103     0     01     0101     010103     null             nulldue to the NULL in product in level 6 for 01010201, when i run the query below, one duplicate record will be generated.
    for 010103, there will be 2 duplicate records, and for 020102030405 will be none.
    Encounter the same issue with the organizational dimension.
    currently, I am using DISTINCT to get rid of the duplicate records, but I don`t feel right to do it this way.
    So, I wonder if there is a more formal and standard way to do this?
    select distinct ORG_ID, DAY_ID,  TRADE_TYPE_ID, cust_id, PRODUCT_ID, QUANTITY_UNIT, COST_UNIT, SOURCE_ID,
          CONTRACT_AMOUNT, CONTRACT_COST, SALE_AMOUNT,SALE_COST, ACTUAL_AMOUNT, ACTUAL_COST, TRADE_COUNT
    from (     
    select  coalesce(UP_ORG_ID_6, UP_ORG_ID_5, UP_ORG_ID_4, UP_ORG_ID_3, UP_ORG_ID_2, UP_ORG_ID_1) as ORG_ID,
          a.day_id as day_id,        
          a.TRADE_TYPE_ID as TRADE_TYPE_ID,
          a.CUST_ID,
          coalesce(UP_CODE_6, UP_CODE_5, UP_CODE_4, UP_CODE_3, UP_CODE_2, UP_CODE_1) as product_id,
          QUANTITY_UNIT,
          COST_UNIT,
          A.SOURCE_ID as SOURCE_ID,
          SUM(CONTRACT_AMOUNT) as CONTRACT_AMOUNT,
          SUM(CONTRACT_COST) as CONTRACT_COST,
          SUM(SALE_AMOUNT) as SALE_AMOUNT,
          SUM(SALE_COST) as SALE_COST,
          SUM(ACTUAL_AMOUNT) as ACTUAL_AMOUNT,
          SUM(ACTUAL_COST) as ACTUAL_COST,
          SUM(TRADE_COUNT) as TRADE_COUNT     
    from DM_F_LO_SALE_DAY a, DM_D_ALL_ORG_FLAT B, DM_D_ALL_PROD_FLAT D --, DM_D_LO_CUST E
    where a.ORG_ID=B.ORG_ID
          and a.PRODUCT_ID=D.CODE
    group by rollup(UP_ORG_ID_1, UP_ORG_ID_2, UP_ORG_ID_3, UP_ORG_ID_4, UP_ORG_ID_5, UP_ORG_ID_6),
          a.TRADE_TYPE_ID,
          a.day_id,
          A.CUST_ID,
          rollup(UP_CODE_1, UP_CODE_2, UP_CODE_3, UP_CODE_4, UP_CODE_5, UP_CODE_6),
          a.QUANTITY_UNIT,
          a.COST_UNIT,
          a.SOURCE_ID );Note, GROUPING_ID seems not help, at least i didn`t find it useful in this scenario.
    any recommendation, links or ideas would be highly appreciated as always.
    Thanks

    anyone ever encounter this kind of problems?
    any thought would be appreciated.
    thanks

  • How to get rid of the Black

    Hi,
    I have uploaded an image to pixcentral (see url below) and wanted to ask the pros how they would (using PSE 5)
    Get rid of the black (make transparent) in any part of the picture that is not part of a person. As you can see, parts of the arms and legs are as black as the rest of the image.
    http://www.pixcentral.com/images/475869wimbledon.jpg
    I have been trying various extraction tools and although I am getting better, I was wondering if there was an easier way. It would really be great if I could actually see your result (even if you only do a portion of it and post it back on Pixcentral (for example, the tennis player on the top left or bottom left).
    Thanks as always for your help on this great forum.
    Bob Wagner

    Hi Bob,
    You may have simply been an unfortunate victim of downloading an image from the web.
    If you click on your link to open the image in your browser. Then go to the VIEW menu and select SOURCE (Internet Explorer) you should see a page that starts with something along the following lines:
    If you see any words in the meta line that are likely to indicate adult content, this could be the reason why our web filtering system blocked access - even if the content is entirely suitable to family viewing!
    It is my understanding that some people use the meta tags to add descriptors for the page so that search engines pick up on these (not to mention web filtering systems) in the hope that others users out there who search for these key words will be provided with a link to that page.
    Thank you for clarifying though and best wishes with help from other users / contributors to this forum.
    Mark

  • Can't get rid of pesky junk mail

    I use the Apple Mail Version 6.5 (1508) application for my emails.  I have found the Junk Mail feature to be very helpful.  If I label a message "Junk," It is treated as junk when I receive the same message later on.  However, there is one pesky junk mail that is being sent to me about 5 times per week that ignores the junk mail label and does not go to the trash.  After labeling it Junk several times, I gave up and went to the Rules function and made a rule that, when it is received, it is to be deleted.  That works just fine on my Mac, but I know it is still being sent because it still shows up on the email app on my iPhone.
    Questions:
    1.  Why doesn't Mail succeed in tagging that message as Junk so that it will go to Junk Mail like all the other stuff?
    2.  Is there anything I can do to force that message to Junk Mail?  I'd rather not have to use Rules to get rid of it.
    3.  Is there any kind of Junk Mail filter available for an iPhone 4S that runs on iOS 6.1.3?  I've submitted that to Apple as a suggestion, but, of course, I've had no reply.
    Thanks for any assist you can give.

    I went to my provider's web site and set my email Rule to delete any message containing the unique name used in the sender.  So far the string of emails has stopped, but sometimes spammers take holidays off, so I'll wait to see what happens later, but I'm really excouraged as of now.  Thanks again for the suggestion.

  • When I open I photo, I just get a spining white wheel. Mac is 2 months old and have never used iphoto. what is wrong ? I've reinstalled from the disk. I've tried the Option command idea..nothing seems to work ?

    When I open I photo, I just get a spining white wheel. Mac is 2 months old and have never used iphoto. what is wrong ? I've reinstalled from the disk. I've tried the Option command idea..nothing seems to work ?

    Post in the iPhoto forum.

  • [Solved] stumpwm: how to get rid of newline using run-shell-command

    Hi all,
    in order to set up my mode-line for stumpwm, I've been using the commad
    run-shell-command such as in:
    (setf *screen-mode-line-format*
    (list
    '(:eval (run-shell-command "date" t))
    '(:eval (run-shell-command "date" t))))
    However, each instance of run-shell-command creates an unnecessary
    newline (so that my mode line contains two lines without necessity).
    Do you know how I can get rid of this newline?
    Thanks!
    Last edited by falsum (2011-05-23 07:12:27)

    jiyuu wrote:
    I didn't test it but the function you want is 'string-trim' or 'string-right-trim'.
    You use it like this:
    (string-trim '(#\Newline) my-string)
    So in your case:
    (setf *screen-mode-line-format*
    (list
    '(:eval (string-trim '(#\Newline)
    (run-shell-command "date" t)))
    '(:eval (run-shell-command "date" t))))
    That works perfectly well. Thanks a lot jiyuu!!

  • I have the iPhone 4 and I put a vanilla gift card visa on there and i used all the money on there I can't update any of my apps till I get rid of the gift car and I don't want to put another card on there please help me I just need to have the option none

    I have the iPhone 4 and I put a vanilla gift card visa on there and i used all the money on there I can't update any of my apps till I get rid of the gift car and I don't want to put another card on there please help me I just need to have the option noneI have the iPhone 4 and I put a vanilla gift card visa on there and i used all the money on there I can't update any of my apps till I get rid of the gift car and I don't want to put another card on there please help me I just need to have the option none I've checked.

    Need to Resume download to complete the ongoing Process.
    Last Resort, put the iPhone in DFU mode (Google How to do that). Connect in iTunes. Follow on-screen prompts to Restore. All Data would be lost, if not backed up earlier.
    To save the photographs you may have to use third party software. Google is your friend.

Maybe you are looking for