How to get filechooser without default  design

Hi,
while i am using jfilechooser i am getting the default design as follows
[click here to view the default_design of filechooser|http://www.mediafire.com/imageview.php?quickkey=qzmknjzon5y]
but i don't want above one
i want new design as follows
[click to view the design i want|http://www.mediafire.com/imageview.php?quickkey=2o4mdbtzten]
the above design is present in the swing gui in neatbeans ide, i drag and drop it but again when i click on button
i am getting the default filechooser design.
how can i achieve the above design please help me...........
any ideas
Thanks in advance,
Nagaraju.
Edited by: uppala on Nov 27, 2009 3:40 PM

Try to add this at begin of main method:
try {
    UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch (Exception ex) {
    ex.printStackTrace();
}

Similar Messages

  • How to get the metadata in Designer?

    In Acrobat, I can get the metadata by "this.metadata".
    The Designer's Help  said: use "xfa.form.desc" to instead of "this.metadata".
    The "desc" has a method "metadata(Integer para)" to return the metadata's info.
    I use the code "xfa.form.desc.metadata(0)" in designer.
    But alert the error "GeneralError :Operation failed".
    Who can tell me how  to get the metadata in Designer?
    Thanks.

    Thank you,radzmar.
    I use the "xfa.host.messageBox(""+xfa.event.target.metadata);" in a button's clickEvent.
    But the error is same.
    My target is:
    Now,I have a blank PDF create by Designer.
    Only one button in this PDF.
    When I click the button,then show the metadate'info for me.
    My code is:
    try{
    var tDesc=xfa.form.desc;
        xfa.host.messageBox(""+tDesc.metadata(0),"",3);
    }catch(e){
    xfa.host.messageBox(""+e);
    But it is incorrect;
    I want to get a simple about get metadata info.
    the metadata info like:
    <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/" rdf:about="">
             <xmp:MetadataDate>2010-11-18T07:37:45Z</xmp:MetadataDate>
             <xmp:CreatorTool>Adobe LiveCycle Designer ES 9.0</xmp:CreatorTool>
             <xmp:ModifyDate>2010-11-18T13:14:40+08:00</xmp:ModifyDate>
             <xmp:CreateDate>2010-11-18T11:25:05+08:00</xmp:CreateDate>
          </rdf:Description>
          <rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
             <pdf:Producer>Adobe LiveCycle Designer ES 9.0</pdf:Producer>
          </rdf:Description>

  • How to get or set default fiscal year value in billing doc

    Hi All, my question is simple, how to get or set default fiscal year value (VBRK_GJAHR) in billing document.. is it possible.
    Thanks.
    Regards,
    Michael

    Hi Michel
    If you feel that the fiscal year value should come  in the billing document then you have to use a user exit USEREXIT_NUMBER_RANGE .
    As this is a related to ABAP , you should give the inputs and ABAP'ers will give the number range as per our requirement .
    Regards
    Srinath

  • How to get result without single cotes in ''Cast(Multiset( '' Result.

    select cast(multiset(select column_name
    from user_tab_columns
    where table_name = 'DAILY_PRODN_MIS'
    and column_name like '%STOCK%'
    order by column_name) as tab_type) result from dual;
    RESULT
    TAB_TYPE('BAGS_STOCK', 'BLUE_DUST_STOCK', 'CEMENT_STOCK', 'CEMENT_STOCK_33', 'CEMENT_STOCK_43', 'CEMENT_STOCK_53', 'CK_ADJ', 'COAL_IND_D_STOCK', 'COAL_IND_D_STOCK_ADJ', 'COAL_IND_E_STOCK', 'COAL_IND_E_STOCK_ADJ', 'COAL_IND_F_STOCK','OCK_ADJ', 'MTD_COAL_IMP_D_STOCK_ADJ', 'MTD_COAL_IMP_E_STOCK_ADJ', 'MTD_COAL_IND_A_STOCK_ADJ', 'MTD_COAL_IND_B_STOCK_', 'YTD_COAL_IMP_B_STOCK_ADJ', 'YTD_COAL_IMP_C_STOCK_ADJ', 'YTD_COAL_IMP_D_STOCK_ADJ', 'YTD_COAL_IMP_E_STOCK_ADJ')
    How can i get result without single cotes for each column.

    Your query currently returns a collection type (tab_type) whereas it appears you want to return a delimited string.
    There are actually quite a few ways to achieve this - with your own function, with a user-defined aggregate functions (e.g. Tom Kyte's stragg), with the MODEL clause or with CONNECT BY, e.g.
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> SELECT table_name,
      2         SUBSTR (MAX (SYS_CONNECT_BY_PATH (
      3            column_name, ',')), 2) column_names
      4  FROM  (SELECT table_name, column_name,
      5                ROW_NUMBER () OVER (
      6                   PARTITION BY table_name
      7                   ORDER BY column_id) column_order
      8         FROM   user_tab_columns
      9         WHERE  table_name = 'BANK_ACCOUNT'
    10         AND    column_name LIKE '%U%') utc
    11  START WITH column_order = 1
    12  CONNECT BY column_order = PRIOR column_order + 1
    13  AND    table_name = PRIOR table_name
    14  GROUP BY   table_name;
    TABLE_NAME           COLUMN_NAMES
    BANK_ACCOUNT         ACCOUNT_NAME,ACCOUNT_NUMBER
    SQL>

  • My computer crashed.  How to get back my website designed in iweb, still online...

    I designed a website in iweb, posted to a godaddy domain.  Still available online. 
    My comouter crashed and I want to revise the website.  How to get back into the old site?
    Thanks!

    iWeb stores its assets in the domain.sites2 file in :
    ~/Library/Application Support/iWeb/
    If that file is missing and you haven't a backup of that file, you'll have to start from scratch.
    Your problem is not unique. Search this forum for :
    'computer crashed'
    And no, you cannot import your current webpages.

  • How to get JTable's default TAB behavior and apply it to another key ?

    Is there any way to get Table's default behavior of one key say TAB & apply it to the another key say ENTER?
    Means I want to disable JTable's default behavior of ENTER key & I want ENTER key should act like TAB.

    Take a look at this.
    [http://java.sun.com/products/jfc/tsc/special_report/kestrel/keybindings.html]

  • How to get rid of Default Transaction Attribute warning at deployment

    Hi,
    When I deploy Entity and Session Beans on BEA 8.1 SP3,
    I get warings about Default Trabsaction setting.
    I need to know which @XDoclet Tags to insert in my Entity or Session Beans in order
    to get rid of this Deployment waring: The Default Transaction is set to Supported...
    with kind regards,
    Harry van Rijn

    I think @ejbgen:entity 'default-transaction ' should avoid the warning.
    http://e-docs.bea.com/wls/docs81/ejb/EJBGen_reference.html#1126084
    --Sathish
    <Harry van RIjn> wrote in message news:[email protected]..
    Hi,
    When I deploy Entity and Session Beans on BEA 8.1 SP3,
    I get warings about Default Trabsaction setting.
    I need to know which @XDoclet Tags to insert in my Entity or Session Beans
    in order
    to get rid of this Deployment waring: The Default Transaction is set to
    Supported...
    with kind regards,
    Harry van Rijn

  • How to get name of default mail server?

    Hi ,
    I need to get the name of default mail server . In 1.5 i can get this using
    System.getenv("MAIL_SERVER");.
    How do i get this in 1.4?
    Since getenv() is depricated in 1.4 , how can i get the name of mail server in 1.4?
    plz help me....

    How do i get this in 1.4?Pass the environment variable to your JVM (windows) with the -D parameter
    java -Dmail_server="%MAIL_SERVER%" myClassthen in your code
    String mail_server = System.getProperty("mail_server");--
    http://www.rgagnon.com/howto.html

  • How to get rid of default button?

    Application on Nokia 7650, but it is the same for Nokia "Series 60 MIDP SDK for Symbian OS version 1.2" Emulator.
    I have MainMenu=List with Strings, I'm selecting them by cursor keys and confirm them by OK(on emulator)/joystick click(on actual device). But in foot there is button Options, which I didn't make and I want to delete it. Is it possible? Your advices how?

    That is an annoying feature Nokia added (there is also a default "Exit" command that you can't get rid of) on Series 60 phones, and unfortunately there is nothing you can do about it.
    shmoove

  • How to get repair without Apple Retail Store nearby?

    My daughter's Ipod Touch stopped working after 6 weeks.  Apple support tells me the only way I can get it repaired is by physically taking it to an Apple retail store or a UPS store, neither of which is within an hours drive of me.  Has anyone been able to get repairs done without physically taking it in?  They won't let me just ship it!!! I'll gladly pay for shipping....Thanks

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • How do get attachment without triggering flag chaging from unread to read?

    Hi all,
    In IMAP, is there anyway to get the attachment without flipping the flag from unread to read?
    here's my code:
    store = session.getStore(IMAP);
    store.connect("someHost", somePort, "someLoginName", "somePwd");
    folder = (IMAPFolder)store.getFolder(INBOX);
    folder.open(Folder.READ_WRITE);
    javax.mail.Message message = folder.getMessageByUID(someUID);          
    if (message.isMimeType("audio/wav")) {
        InputStream is = message.getInputStream();
             while (nBytesRead != -1) {
                nBytesRead = is.read(buffer); // read the attachment from stream
    ...here's the bodystructure of the email:
    comand:
    A6 FETCH 3 (BODYSTRUCTURE)
    response:
    * 3 FETCH (BODYSTRUCTURE ("AUDIO" "WAV" ("NAME" "AUDIO.WAV" "TYPE" "Unknown") NIL NIL "BASE64" 7874 NIL NIL NIL))
    command:
    A7 FETCH 3 (BODY[TEXT]<0.7874>)
    response:
    * 3 FETCH (FLAGS (\Seen VOICE) BODY[TEXT]<0> {7874}
    [binary data...]
    As you see, the server sets the message to Seen (which is read state). How do I not set the flag to Seen?
    Thanks.
    Grace

    Why not just set it back to Not Seen after you do that?

  • Pdf documents alway created as landscape; printed from Word; created from LaTex, everything.  How to get portrait as default?

    How do I get acrobat XI to default to portrait?

    Hey heritage972972,
    You might need to refer the KB doc link for the same to set the portrait mode:
    Print horizontal or vertical pages | Acrobat, Reader
    Hope this helps.
    Regards,
    Anubha 

  • How to get a calculated default date value as filter prompt

    Dear Colleagues,
    I would need to get a calculated date as dafault value in a query filter promp.
    I tried to use the token <%TODAY%> to set by default the current date and it works.
    But I'd need to set 6 months before the current date as default value in the filter prompt. Any idea to get it?
    I tried to set <%TODAY%> - 120 for example  but it's not working because I think the system is taking this as a DATE type value.
    Thanks in advance!
    Regards.
    Martin

    Dear Colleagues,
    I would need to get a calculated date as dafault value in a query filter promp.
    I tried to use the token <%TODAY%> to set by default the current date and it works.
    But I'd need to set 6 months before the current date as default value in the filter prompt. Any idea to get it?
    I tried to set <%TODAY%> - 120 for example  but it's not working because I think the system is taking this as a DATE type value.
    Thanks in advance!
    Regards.
    Martin

  • 10.2.0.4 patch set | How to get it without MetalinkId

    I am using Oracle 10.2.0.1.0 and wanted to upgrade to 10.2.0.4. But, I do not have Metalink Id, can I get the 10.2.0.4 patch set without Metalink Id?

    Yes, you can. Choose a plateform where the 10.2.0.4 patchset version is the based released (MacOSX, Vista or Windows 2008), install it, create a new db, then export your source 10.2.0.1 db, and import into this new one.
    Nicolas.
    PS: of course, if you want only the patchset to upgrade your db in place, then the answer is shorter : no.
    Edited by: N. Gasparotto on Aug 11, 2009 10:51 AM

  • How to get Safari to default to Google?

    Prefernces are set to Google, but Safari insists on Yahoo.

    see  Default search engine hijacked
    & Adware Removal Guide : Genieo
    >>It's malware which you can remove yourself...Follow the innstructions here >...
    The malwaretips site says 1: Change the default search engine; & 2 : change the homepage...
    I don't see how those can  'remove' malware ?

Maybe you are looking for

  • Trial Versions after cc 2104 and LR 5.5 update

    Hi ! I recently upgraded to LR 5.5 and PS CC 2014 but when I start the applications I get the notification of Trial Versions ! I can do nothing to solve this issue and the apps keeps asking me a serial code to switch to full version. This issue happe

  • Database - Combo box

    Hi,i'am facing a problem when i'am adding the values retrived from a query into the combo box. 1)when the query is "order by" only few items are getting added to the list and the rest of the elements below this are not displayed. 2)when i remove the

  • Trouble trying to sync - keeps asking for authorizion

    Trouble with trying to sync my iPhone with iTunes. Keep getting the same authorize message no matter how many times I authorize my computer. It gets to 3 of 7 then hits me with same message. And I still cannot sync my phone.....eerrrrr

  • Error in financial document creation vx11n

    Dear Gurus, After entering details in general data tab, when i go to status tab page Status screen: A document has been created- which should not gray out and allow me to click on Status A. if I click on A, the time of creation of document will flow

  • I re-formatted my computer...

    I re-formatted my computer and took it back to the factory settings. I had to re-install iTunes and now when I try to sync it only shows me the original iPhone apps. Am I going to lose all of my current apps when I sync my phone now? Is there any way