Can you assign a  customized menu in Java Desktop

I have a large number of users and I'm trying to customize a menu system when you click on "Launch". I need to create a menu that is unique for different users, so say group A can have one menu system and group B can have a different menu.
I've found info on adding items to a menu for all users, and for specific users one at a time if you log in as their user. In file browser, (applications-all-users:/// for all users, and just applications://// for an individual). But I have too many users which makes one at a time not feasible.
Is there any way to customize a menu setup, then assign that menu to groups instead of users? I'm running Solaris 10 with Java Desktop 3.
Thanks for the help.

Sounds like you might want to investigate the JDS Configuration Manager, it was designed to allow different desktop configurations for different groups of users. http://docs.sun.com/app/docs/coll/1221.1?l=en&q=java+desktop+system+configuration+manager

Similar Messages

  • Can you assign a custom linescreen to a graphic?

    Freehand used to let you assign a custom line screen to an object that would be different from the linescreen for the rest of the document.
    For instance you could make one object print at 60 lines per inch when the other items printed 150 lpi.
    I can find nothing in Illustrator that lets me do this. Am I missing it or is it not there?

    barmsby wrote:
    Thanks,
    guess I will have to go back to an old copy of Freehand.
    this feature is needed for some security measures when printing 
    checks and other documents not meant to be easily copied
    barmsby
    This has been in my opinion the thing that has been wrong with request for such feature request for tools that might be good for AI that are in other programs.
    This is the first time that anyone of the former FH users ever stated a reason why this is needed and though checks are becoming obsolete there may be similar security that can be useful on the web.
    It is a very good point you make and a useful tool for other purposes as well.
    But there maybe even better approaches that would be more valuable for the ILlustrator user. such as
    http://www.bittbox.com/illustrator/bb-special-3-ways-vector-halftones-from-raster-images/
    there maybe others if you look for them.
    Here is another
    http://www.astutegraphics.com/products/phantasm/halftone-settings.html

  • Can you assign multiple customer masters to one Business Partner in R/3?

    We are trying to configure SAP Business Partners in ECC5.0 but it seems the relationship between a business partner and a customer master is one-to-one so a business partenr cannot have multiple customers (table BD001 only allows for a single entry).  Does anyone know if it's possible to assign multiple customer masters to one business partner?  If so, is there any documentation available?
    Many thanks.

    We are trying to configure SAP Business Partners in ECC5.0 but it seems the relationship between a business partner and a customer master is one-to-one so a business partenr cannot have multiple customers (table BD001 only allows for a single entry).  Does anyone know if it's possible to assign multiple customer masters to one business partner?  If so, is there any documentation available?
    Many thanks.

  • Can you assign a keystroke to a hot corner?

    Can you assign a keystroke to a hot corner?
    For example, I want to assign option-D (toggles something in some app I use) to a hot corner.

    This would be like executing any program with a combination of buttons. It's going to depend on your operaating system. My guess would be that most operating systems aren't going to make it easier to 'take over' keystrokes because that could interfere with the operation of some programs. For example, if you have MSWord up on your screen, it is quietly listening for a bunch of keys Alt-F, ctrl-x, crtl-o, ctrl-p....
    You might be able to find some kind of program like this, but it's not going to be java specific.

  • Can i assign one customer to more than one company code how?

    can i assign one customer to more than one company code how?

    Hi
    First Create the Customer Centrally in XD01 and then extend the same Customer in FD01 for the required company codes.
    Regards
    Venkat

  • How can you expect the customer to have a LOCAL/COUNTRY Based Credit Card every where we go??? Last week I was on holiday in HK,  and  from my Hotel I was able to use m VN Credit Card with my Apple ID and purchase online!  Why THIS WEEK, can't I use my HS

    Apple_ID_card_declined_for_this_country
    How can you expect the customer to have a LOCAL/COUNTRY Based Credit Card every where we go???
    Last week I was on holiday in HK,
    and
    from my Hotel I was able to use m VN Credit Card with my Apple ID and purchase online!
    Why THIS WEEK, can't I use my HSBC Platinum Credit Card from Vietnam,
    for my Singapore Apple ID account ,
    while working here in Vietnam???

    Unfortunately, this is a problem that is driven by the DRM Dictatorship.  Despite the proliferation of mobile devices and the fact that there are many of us who do a lot of international travel, content providers don't want you to have access to their products outside of your homeland.  The Balkanized mentality of the DRM Dictatorship is way out of touch with the modern world.
    At least Apple, to its credit, allows you to use your accounts outside of your homeland as long as you have the proper credentials for them.  Most other services use the more Draconian geolocation filtering which does require you to be physically present in your homeland.  For the most part, you are not allowed to leave home if you want access to your favorite entertainment!

  • NewBie Question: Can you make a website completely with Java?

    Greetings my new Fellow Java programmers. My name is Jason and I am a computer programmer and web developer. I am verse in the following:
    1. HTML/XHTML
    2. CSS
    3. Asp.net
    4. VB.Net
    5. SQL
    I want to expand my skills to include:
    1.JAVA
    2. Action Script
    3. Java Script
    4. Ajax
    I have always wanted to learn Java and now I think it is the right time. So my question is can you create a site complete with Java or have a majority of the site functions and look attributed to Java? Is it similar to creating a site with vb.net and asp.net which utilizes html as well? Please explain. I am eager to learn this language. Thank you.
    -RomDog
    ...ROOOOOF!

    RomDog wrote:
    Is it similar to creating a site with vb.net and asp.net which utilizes html as well? Please explain. I am eager to learn this language. Thank you.
    I find it strange that you have to ask this. Of course the end result will be HTML/XHTML, that's what the browsers want. I would think that if you know the .NET side of web development, these concepts (client/server technologies) should already be clear to you.
    The short answer is yes it is possible. However if you want to learn Ajax/Javascript/Actionscript, I would learn those technologies before you learn Java web development as they are completely unrelated. You know that Javascript is not Java, right? You can implement javascript/Ajax in your .NET web applications already.
    Before you want to learn Java web development, learn Java. Seriously, learn basic Java first. It will be a great deal harder (and ultimately a lot more frustrating) to jump directly into the web development side of Java without knowing any of the basics. One of the biggest differences between .NET and Java platforms is that Microsoft basically holds your hand when it comes to making decision about which APIs to use and how to attack a problem; Java leaves you to the wolves to select from a gigantic amount of APIs and tools available that can each solve a problem in their very own way. Freedom is great, but it can be very daunting when you are just beginning.
    So before you even think about web development, I suggest you explore the java tutorial and see if you can get to grips with the language and the tool set.
    [http://java.sun.com/docs/books/tutorial/|http://java.sun.com/docs/books/tutorial/]
    When you are comfortable with the Java language and you are sure that Java web/enterprise development is still something for you, then come back and ask the question again.

  • Can you filter a custom report by postcode?  I want to send an email marketing campaign to customers

    Can you filter a custom report by postcode?  I want to send an email marketing campaign to customers within a postcode range.  How do you do this? Thanks.

    Hey RP in Oz,
    You can run a contacts report and select 'Default Address Type' as an 'Address Details Field' which will include the zip code a customer has inputted. You can then export the report, open it up in Excel (or similar) and filter based on the postcode. Once you have modified the list in excel, formatted it correctly and are satisfied, you can then import the report as a mailing list via E-Mail Marketing > Mailing Lists.

  • Can you enter a custom recurring entry in calander from the iPad?

    Can you enter a custom recurring entry in calander from the iPad?

    Unfortunately, no you can't with the built in calendar app. Take a look at some of these apps. One of them may work for you.
    http://appadvice.com/appguides/show/best-calendar-apps

  • Can you assign a Window grab or snapshot (Shift+Command+4) folder?

    I am using ShiftCommand4 for capturing a picture of a window or section of the screen.
    I was wondering if I can select a folder to save the pictures to. Where are the preferences for this feature?
    Are there preferences? Can you assign a folder or do they have to go to the desktop.

    When you save , it goes to the last location you saved to, so choose your folder, save a shot to there, and it will go to that folder next time.
    Update
    Francine Schwieder offers a solution in this topic.
    http://discussions.apple.com/thread.jspa?messageID=2412150#2412150
    You'll need to scroll down a bit.
    regards roam
    Message was edited by: roam

  • Can you create a custom dvd menu with Premiere Elements 12?

    I am giving this software a trial before deciding whether to buy. Is it possible to create your own custom DVD menu? I understand that you can "download" a template and customize it to some extent. But the customizing does not seem to allow you to delete or add elements, like graphics or menu buttons. I want to be able to delete graphics/menu buttons I don't want, as well as add or subtract buttons as I need for each project. Or, I would like to create a menu from scratch.
    Is either method possible in Premiere Elements? Thank you for any assistance.

    Kanten
    Thanks for the reply.
    You can go with a one main menu set up and use main menu buttons. But, note that there are typically far less buttons on the main menu than on the scene menu. One maneuver is to switch the main menu with the scene menu to gain a buttons per page advantage. That is done by reversing the file names of the main menu .psd and scene menu .psd.
    At the editing of the .psd level, there is also the choice to add more buttons per page to a scene menu and create text or thumbnail scene buttons.
    One of the principles to keep in mind...no one movie in a multi movie Timeline can have its own Scene Menu page.
    Of concern....you should have more flexibility than
    In any case, I have discovered that I can edit the templates and then bring them into my project. So long as I save them as the same name, Adobe Premiere Elements doesn't realize that anything has changed.
    Are you following any one of my blog posts. If so, please let me know which one so I can focus in where you may be overlooking some detail. It is best to work with copies of the original and place them in appropriate folders in the directory structure. In doing that I give the user created menu a new name to distinguish it from the original.
    And, in versions 11 and 12,  I do not like to save user modified menus in the Online Folder. I prefer the location where the disc menu installed with the program is located. See blog posts.
    If your customization does not require the opening of Layer Sets in the Layers Palette of the .psd file (happens under certain plans), Photoshop Elements can do the .psd edit job for you, and you do not have to go to Photoshop CS or higher. There are Photoshop actions that might be used in Photoshop Elements to open Photoshop Layer Sets (as found in the disc menu .psd files), but I will not get into that right now.
    Please review and consider. And, then we can go into more details.
    Thanks.
    ATR

  • How can you create a spry menu bar with no background colour?

    How can you create the first level of a spry menu bar to have no colour? I have a coloured background right now and the colour matches when you load the site in Internet explorer but does not match in Firefox. Any suggestions are welcomed on how to fix this.
    Thanks!
    HK

    Here is the site:
    http://partnersnaturally.ca/
    I am learning with code, (obviously) so any feedback would be nice. I use dreamweaver CS4, but when I originally designed the site it was in a much older version of dreamweaver. I wonder if that could also be a cause. (besides human error)
    Thanks again,
    HK

  • Can you assign a channel on airport extreme to a particular device?

    I have an ip phone hooked in to a network expander and when the channels switch the phone goes down

    can you assign a channel on airport extreme to a particular device?
    No, but you can assign a particular channel to all devices.

  • Can you assign the value of a jstl:out value to a jstl:set variable?

    Basically can you do the following?
    <jstl:set var="journeyVisit"
    value="<jstl:out value=${journeyVisits.stopPoint.description} />" />
    Basically we have our own independent markup language and I need to use our own href tag to wrap the 'journeyVisit' tag.
    Any ideas?
    Thanks.

    <jstl:set var="journeyVisit" value="${journeyVisits.stopPoint.description} " />

  • Can you assign a max amount to Journals?

    Does anyone know if you can set a Max Amount to Journal entries?
    If so, can you take it one step further and limit the amount each user can journal?
    Thanks,
    Mike

    No you cannot do that in the journal module or on posting.
    You can only use validation rules (or logic by crossposting a value to some acocunt if a journal goes over a certain value) to for instance check and fail validation rules if journals (based on datasource for instance) are over a certain value.
    Just some thoughts,
    Edwin van Geel
    SAP EMEA

Maybe you are looking for

  • Upload OPen PO's GR's open IR's from leagcy to SAP

    Hi Experts, please give me a solution on below mentioned scenarios. PO qty- 100 GR Qty - 100 IR - Nill I want to upload PO qty and GR QTY from leagcy system and next i will post the vendor invoice in sap when ever vendor gives the invoice. please giv

  • How to move the contents of an itab from one class to another...

    Hello Experts, How can I move the contents of an internal table for a given class to another class. I want to transfer the contents of my internal table lt_vbak to another class which is lcl_get_docflow. Below is my code: REPORT  zsd_orderstage      

  • Importing to different location

    Hello, I just got an external hardrive and I am trying to figure out how to import my cd's to it rather than to my computer. I know how to get my ipod to read from it, so I fine there, I just can't figure out how to import directly to it. Is this pos

  • Spotlight preview window often doesn't close

    OSX10.5. Spotlight. preview window in the spotlight search results column opens normally, but sometimes doesn't close. just sits there on top of all desktop items. So far the only way to get rid of it is to restart which is  a pain. Any thoughts?

  • Is it possible to find owner of lost Apple & Nike?

    Found Apple and Nike "chip". Can I use serial number to find owner?