Is it possible to set more than one look and feel (laf) to a java program?

Hi
For example,
I really like the windows system look/feel for the menubar + JTabbedPane etc...
But i also like the standard Java'a look/feel for some other components like JButton, JSliders etc..
if so how?
Cause at the moment i only set laf right at the start of the program (main bit) before i actually initialise the swing ui components, so that they all have my defined laf set
thanks

You can add up to three 'aliases' to your account - these are additional addresses (not accounts) which deliver into the same inbox as the main address.
You set them up at http://icloud.com - go to the Mail page, click the cogwheel icon at top right, choose 'Preferences', then in the pane which opens go to 'Accounts' and click the '+' button below the list area.
Note that aliases stick permanently with the account which created them. You cannot move them to another account nor turn them into a full account, and if you delete one you cannot reinstate it.

Similar Messages

  • Use more than one look and feel in the Portal

    Hi,
    I'm searching for a solution to use more than one Theme in the portal. It's not based on user or a role. One and the same user should be able to enter the portal and depending on his adress he should be rooted to A or B theme.
    We are usein EP6 sps13.
    Kind regards
    Michiel Veenemans

    Hello,
    To my feeling you should be work with display rules.
    You probably have user who need one theme and other user you want to give another theme. By using display rules you can assign a theme to one user group and another theme or themes to another group.
    So depending on the group the user is assigned to you get another theme. This way everybody uses the same URL and a theme can be altered with the default user functions.
    Best regards,
    Frederik

  • Setting the Brushed Metal look and feel for macs using Java.

    Hello,
    I am relatively new to Java and I am new to Mac-specific java stuff. Anyways, when I try to set the look and feel of my classes to the "apple.awt.brushMetalLook" look and feel, I am unable to. It works if I have System.setProperty("apple.awt.brushMetalLook", "true"); written before I create any swing component. This would be fine, except that means that it is impossible to extend any swing component, such as JFrame or JApplet. Is there a way around this?
    Thanks!

    This might answer your question:
    http://lists.apple.com/archives/Java-dev/2003/Apr/msg00829.html

  • Set more than one InputVerifier for a JComponent

    Is it possible to set more than one InputVerfier for a JComponent. For example, there is one InputVerfier which checks for null values, and another which checks for date format. Can I have both these InputVerfiers attached to a single JComponent ?
    regards,
    nirvan.

    The problem is not the InputVerifier, the problem is you want to use multiple different classes to do the validation. Even if you use another approach you would still have the problem of invoking two different validation classes.
    The other approach for validating input fields is to do the validation in the actionPerformed of your "Process/Submit" (or whatever you want to call it) button.
    If you want to validate data as it is entered you would use a DocumentFilter.

  • Possible to run more than one iDVD at one time?

    Hiya, I'm currently running a nice shiny QuadG5 and when running iDVD6 I've noticed it doesn't use all the resources my machine has to offer (it usually hovers at around 130% out of 400%). Does anyone know if it's possible to run more than one instance of iDVD06 at once? I was thinking about creating a copy of the whole iDVD app and seeing but it's running a render right now so i can't disturb it. Seems a shame to have those yummy G5's sitting there doing naff all.
    cheers, Dave

    on my other hp scanner and copier i could set the no of copies i wanted. on this one i cannnot find that option.
    thanks for the reply

  • Is it possible to setup more than one person's iTunes iPad account on a shared computer?     We each have an iPad to setup.

    is it possible to setup more than one person’s iTunes iPad account on a shared computer?     We each have an iPad to setup.
    Would the data be combined or would the 2nd person have a separate iTunes program. How would this be done? 

    I'm not totaly sure if I understand your issue, but it sounds like you want to use the same spry widget with different settings on the same page? Is that correct?
    I dont use spry tooltips, however, what would see to work would be if you configure the second spry tool tip, perhaps in a seperate page, rename the new or second set of js and css files to read
    <script src="../_scripts/SpryAssets/SpryTooltip2.js" type="text/javascript"></script>
    <link href="../_scripts/SpryAssets/SpryTooltip2.css" rel="stylesheet" type="text/css" />
    So now you will have two seperate js files and css files.
    So you have this
    <script src="../_scripts/SpryAssets/SpryTooltip2.js" type="text/javascript"></script>
    <link href="../_scripts/SpryAssets/SpryTooltip2.css" rel="stylesheet" type="text/css" />
    <script src="../_scripts/SpryAssets/SpryTooltip.js" type="text/javascript"></script>
    <link href="../_scripts/SpryAssets/SpryTooltip.css" rel="stylesheet" type="text/css" />
    See how that works for you.
    Gary

  • By subscribing to Creative Cloud(Photoshop and Lightroom), does it come with more than one license, and is it possible to install it on both Windows and Apple(if it comes with two licenses)? Thank you.

    By subscribing to Creative Cloud(Photoshop and Lightroom), does it come with more than one license, and if it does, is it possible to install on both Windows and Apple's OX? Thanks.

    A Cloud subscription provides for installing working installations on two machines.  You can have mixed operating systems (both Windows and Apple's OX).

  • NTLM Authentication : why is it not possible to create more than one NTLM realm ?

    Hello,
    I'm wondering why it is not possible to create more than one NTLM realm on a wsa.
    Can you explain exactly what is the blocking point ?
    Thanks in advance
    Regards

    Well, at this point (pre 7.5), there isn't an agent, the WSA is joined to the domain, just like a Windows box, it authenticates via that trust relationship.  From that point it is all based on how NT/Active Directory domains work.   As long as there is a trust between the domains, you can can auth users from as many domains as you like.
    There is an agent in the works.  The ADAgent will be released with 7.5.  The code is already available, it was released with the ASA ver 8.4, and it will be used to pass authentication info to the WSA.  At this point, current versions still require trust relationships between all of the domains touched.
    Taken from the setup guide: http://www.cisco.com/en/US/docs/security/ibf/setup_guide/ibf10_install.html#wp1054011
    Before you configure even a single domain controller machine using the
    adacfg dc create
    command, ensure that the AD Agent machine is first joined to a domain (for example, domain
    J
    ) that has a trust relationship with each and every domain (for example, domain
    D[i]
    ) that it will monitor for user authentications (through the domain controller machines that you will be configuring on the AD Agent machine).
    Depending on your Active Directory domain structure, the following scenarios are possible:
    1. Single Forest, Single Domain—There is only one domain, D[i] for all domain controller machines, which is one and the same as domain J. The AD Agent machine must first be joined to this single domain, and since no other domains are involved, there is no need to configure any trust relationship with any other domain.
    2. Single Forest, Multiple Domains—All the domains in a single forest already have an inherent two-way trust relationship with each other. Thus, the AD Agent must first be joined to one of the domains, J, in this forest, with this domain J not necessarily being identical to any of the domains D[i] corresponding to the domain controller machines. Because of the inherent trust relationship between domain J and each of the domains D[i], there is no need to explicitly configure any trust relationships.
    3. Multiple Forests, Multiple Domains—It is possible that domain J might belong to a forest that is different than the forest to which one or more of the domains D[i] corresponding to the domain controller machines belong. In this case, you must explicitly ensure that each of the domains D[i] has an effective trust relationship with domain J, in at least one of the following two ways:
    a. A two-way external trust relationship can be established between the two domains, D[i] and J
    b. A two-way forest trust relationship can be established between the the forest corresponding to domain D[i] and the forest corresponding to domain J

  • Is it possible to email more than one photo at a time with the iPhone? Thanks

    Is it possible to send more than one photo in an email using with the iPhone? Thank you in advance for your help

    Yes.  Open your camera roll in the thumbnail view, tap the arrow button on the top right, tap all of the photos you want included in your email, tap Share at the bottom, tap Email.  Note: all email providers have limits on the size of emails that are permitted so be careful not to try to add too many or it may not be delivered.

  • Using Maverick, how is it possible to open more than one calendar window?

    Hi, I'm using Maverick 10.9.1
    My question is: how is it possible to open more than one calendar window? i would like to have on the right my personnal calendar dates and on the left, my company calendar.
    Many thanks in advance for your help!
    ph

    See if the section on group calendar helps.
    http://www.dummies.com/how-to/content/basics-of-calendar-in-os-x-mavericks.html

  • Is it possible to add more than one page at a time in pages - word processing?

    Is it possible to add more than one page at a time in pages - word processing?

    I haven't been able to find a way to add more than one page at a time.  I think you'll have to add them one at a time. 

  • Is it possible to print more than one picture at a time on a single page and if so, how?

    is it possible to print more than one picture at a time on a single page and if so, how?

    Hi Rowegarth.
    HP Photo Creations offers several ways to print multiple photos on a page. Here's a link to some preset grids. If you don't have HP Photo Creations already, you'll be prompted to download the software. (It's a free download.)
    You could also start with a "Design Your Own" collage print with a white theme.
    This video shows some ways to print multiple photos in HP Photo Creations to make them easier to cut out:
    www.youtube.com/embed/VRoGjhXPm4I?rel=0
    The beginning shows an older version of the software, but the second half (at 1:17) explains the grid settings. 
    Hope this helps,
    RocketLife
    RocketLife, developer of HP Photo Creations
    » Visit the HP Photo Creations Facebook page — news, tips, and inspiration
    » See the HP Photo Creations video tours — cool tips in under 2 minutes
    » Contact Customer Support — get answers from the experts

  • Is it possible to have more than one Tax code per line item in Billing docu

    Is it possible to have more than one Tax code per line item in Billing document ?

    Hi,
    I have a different perspective there.
    If an item is applicable for two different taxes which are represented by two different tax condition types and these tax conditions are configured in the tax procedure, FTXP and so on....then these two condition records can have two different tax codes.
    We actually have this scenario in EU now, where EU talks about service tax in 2010 apart from the normal VAT. So now we have MWST and ZWST(Say)
    Now there are some materials which come with a service associated with it. So a service charge is also levied when the material is sold. So the material price will become applicable for VAT and the service charge becomes applicable for service tax. In this case, the tax classification of the customer will have two entries in sales orders updated in the fields VBAK-TAXK1 and VBAK-TAXK2 based on the sequence number of these condition types.
    Now based on different tax classification of the customer, we have 2 different tax codes representing different %of tax.
    Hope it helps

  • How to set more than one day in calendar?

    Hello.
    Is there a way to set more than one day in calendar and every selected day would create new record?
    Thanks.

    Not without creating your own calendar and maintaining the code to do so yourself.

  • Is it possible to use more than one value in SUPPRESSCHARACTER option

    Hi,
    Is it possible to Suppress more than one value uisng SUPPRESSCHARACTER option in transformation file?
    if yes, any syntax?
    I have 'Z' and '1000' that i wish to suppress from the values being loaded. Any thoughts ?
    Thanks.

    HI,
    i don't really know if it's possible to suppress more than one character, but you can do load your data in two steps in the first step skip all the information that has the Z character in your conversion file and skip all 1000 values, then repeat the process but this time skip the 1000 values and then suppress the Z value...
    hope this helps,

Maybe you are looking for