Search results

  1. G

    Anything Java...

    Are you pressing the enter key in a NSTextField in order to fire an action? One thing you might try in your action is something like the following: public void testStayInNSTextField(NSTextField sender) { //Do some code, whatever your action should do sender.selectText(sender); }...
  2. G

    You gotta be kidding

    Customization will come. In fact, with the ability to change some values in the defaults of misc. applications, there is already some customization, Desktop as well as the Dock are included in the list of apps that are customizable. Correct me if I am wrong, but I recall the USR directory to...
  3. G

    Anything Java...

    IAmBob - This kind of comes from the other thread, about documentation and such with the java classes or more specifically, the NS classes. I assume since you have the PB/IB you have the Developer Tools... If so, have you seen the application called 'JavaBrowser' ? That is a really nice tool...
  4. G

    changing priorities

    IAmBob - A Free-For-All Java thread sounds like a good idea. I think it would be a good incentive to develop some GUIs for other shell commands. One GUI I would really like to develop, setting cron jobs. That would be really nice. Let me know if you would like any help, or would need any...
  5. G

    changing priorities

    Just wanted to say thanks for that code sample... And all that you have shared here. It really helps get me motivated and excited about how much better development on OS X will be. Thanks again! Everything works great! I also like the drop-down window (sheet) with the priority settings when...
  6. G

    changing priorities

    Thanks so much. You make it look so easy! (Well, I guess it is if you know the right class to use!) I appreciate your help :)
  7. G

    changing priorities

    IamBob- I am very interested in learning how to access the command line utilities from a GUI. Is there a chance you would be so kind to release your source (Renice.jar) so I could see how to access command-line tools? (I am online developer and have the dev. tools, in case you have a PB...
Back
Top