Can we add more than one layout in a panel

hai everybody,
i m working in a project in that a panel(with gridbaglayout) does not allow borderlayout to set in the same panel..............
if we set so then components that is placed as in borderlayout is invisible
Help me out
Thanx in advance
shanthy

You cannot have more than one layout manager set on a container. This wouldn't make sense!
I'm guessing that what you're trying to do is have a panel with a BorderLayout with another panel with GridBagLayout in its centre.
Hope this helps.

Similar Messages

  • How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    Hi Nancy,
    This screenshot was only for imagination. A part of the code (not all) is below.  In the code there are some background images but they are not seem in live mode.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>
    <link href="css/my_site.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css"/>
    <link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
    <style>
    #CollapsiblePanel1 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-color: #003366;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel1 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel1 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/international.jpg);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel2 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelContent {
        background-color: blue;
    #CollapsiblePanel3 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel3 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel3 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel4 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel5 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    </style>

  • Can I add more than one movie to the movie page

    I'd like to put up a gallery of movies  but don't know how to do that.  How can I add more than one movie to the movie template page?
    Thanks,
    Gina

    I use the YouTube widget. It has the advantage of not loading clips until one actually selects the clip. When I started I just dragged the quicktime files to the page...not a good idea as it forced a viewer to wait for all of them to load.
    Miro has some options.
    Hugh

  • Can I add more than one Wiki calendar to my web cal?

    Hi,
    I would like to add more than one Wiki-Cal to my Webcal (or CalDAV). Well I have two Wikis with calendars both are shown in my webcal (see photo)
    I have added the wiki calendar "Oberstufe" and from another wiki "Praktikum".
    In one Wiki I want to add a second calerndar "stundenplan". This works very fine (see photo)
    The problem is that I can't add this second calendar "Stundenplan" to my iCal calendars. The Link is added. When the mouse is over this link there is a hand. But pressing this link doesn`t work.
    Where is my mistake?
    I'm using OS Lion Server with an SSL-Connection and a selfsigned certificate.

    Hi,
    See my post here:
    https://discussions.apple.com/message/15253863#15253863
    Best wishes
    John M

  • How can I add more than one submit button in a jsp without use of javascrip

    I want to add more than one submit button in a jsp without use of javascript

    you can do add multiple submit button with this way
    <input type="submit" value="Previous" />
    <input type="submit" value="Next" />
    <input type="submit" value="Finish" />

  • How can I add more than one song to fit the length of the slideshow

    I would like to add more than one song to my slideshow. I do not want to repeat the same song more than once. Is there a way to add more than one song to a slideshow?

    Great - unfortunately it is not intutative - but simple - once you know the secret - and at least in iphoto '08 it acts like you can select multiple songs using the command key but it only plays the first one
    LN

  • Can't add more than one music file at a time

    i used to be able to use "add file to library" to add several newly downloaded songs to itunes all at once by highlighting several song files. all of a sudden, i can no longer do this. i have to add them one at a time. it allows me to highlight more than one, but when i click on "OK" no songs are added.
    anyone know why?

    As a general comment, most users don't have a problem opening multiple files, so this is probably something local on all of your systems (though not necessarilty the same thing).
    Standard things to try for troubleshooting are removing all third-party plugins, including any font manager auto-activation, creating a new user account and try that, trash your prefs (see Replace Your Preferences) and start your machine with background programs disabled.

  • Can I add more than one horizontal separator to the PanelUI (the new panel menu)

    Steps:
    1. Click the new panel menu button (hamburger)
    2. Click Customize
    3. On the left, drag "Separator (for panel menu)" from "Additional Tools and Features" to the panel on the right. A horizontal separator appears. "Separator (for panel menu)" no longer appears in the "Additional Tools and Features".
    I can add many "Separator" (vertical separator) to toolbars, but it appears I can only add one "Separator (for panel menu)" (horizontal separator) to the panel.
    I would like to add additional horizontal separators to the panel. Is there a way to do that?
    Firefox version: 33.1.1

    Yes, I do have Classic Theme Restorer installed (I love it!), but missed these customization nuances. After reading more threads, searching, and reviewing prefs.js, I saw the ctraddon_puib_separator.
    A while back, I had problems with vertical separators, specifically with AIOS, and had also looked for horizontal separators. The solution at that time was customizableui-special-separator{d}, where d was a unique digit.
    I always found the customization menu to be difficult to use, especially if a buttons addon was installed, mainly because it was unordered. I recently installed Sort and Search Customization Dialog and it has made a world of difference.
    I just started changing my FF ways and using the new menu. I wanted to divide up the menu into sections or activities. On top I'd have a row of user tools like history, bookmarks, then a divider and have a row of customization tools, another divider and development tools. The divider which provides the visual separation and grouping is really nice. I hope FF adopts them. I'll take my questions and feedback to the Classic Theme Restorer Forum thread shown on the addon page:
    https://addons.mozilla.org/en-US/firefox/addon/classicthemerestorer
    Thank you.

  • Can we add more than one interative report in one page

    Hi all,
    Can i add two interactive reports in one report region.
    Regards

    Hi Raoul,
    I want it because of this thread of mine
    Changing report dynamically
    If i get solution for the above mentioned thread of mine then i wont have to use two interactive report
    well my Apex version is Application Express 3.1.2.00.02
    can i use two interactive report in this? I want the condional only. I mean one at one time.
    Regards

  • Can't add more than one title over single clip

    This is the first time I'm using a clip that is unedited apart from a title card over black at the beginning that dissolves into the clip and a dissolve to a still photo at the end of the clip.  So far I have only been able to add three titles: the first over black, the second over the actual clip, and the third over the still photo.
    The clip lasts around a minute so I want to add titles as it progresses.  For example, the first title can last for 5 seconds, then a gap of 10 secs. and then another title for 5 seconds, etc.  Every time I try to drag the title
    Every time I try to drag a title into the project, it doesn't "take."  Does iMovie not allow a string of titles if there are no edits within the actual clip?
    Thanx.

    This applies to iMovie 08:
    1) It appears that when you drag a photo or a title to a long clip, then by default, it thinks you want a long photo (or title). It seems like it wants to make the photo 25% or more of the length of the clip. This is why it is hard to drag multiple photos to a clip. The last photo you drag is trying to take up 25% plus of the clip, and there may not be room.
    I found a good workaround. I added a dummy clip that was 4 seconds long to the end of the project. (This clip to be deleted before sharing the project). When I drag a new photo to the project, I first drag it to the dummy clip. Now the photo has a duration of exactly four seconds, and I can drag it to the place I really want it. It fits now, because it is only four seconds.
    2) I confirmed that when you put over 4-5 photos into a single clip, they will start behaving erratically. One will not show up, and another will show up twice.
    The solution is to split the long clip into multiple clips. I had a long clip. I split the long clip into 30 second chunks. To do this, I imported the entire clip several times. Then, in the first instance I selected from frames 00:00 to 30:00. In the second clip I selected frames 30:01 to 1:00:00. Then 1:00:01 to 1:30:00. etc. This way, I did not lose any footage, but I had multiple virtual clips, where before there was only one. Now I was able to add multiple photos to each of these shorter clips with no trouble. And I only needed four photos per clip. It worked great. 

  • How can i add more than one portlet description in my provider.xml

    I already tested MyFirstPortlet developed using JPDK and is working fine.I add one more portlet description in the same provider.xml. But the new portlet is not getting displayed under the provider when i try to add it in my page.
    null

    Abdulla,
    I just want to verify that I understand your question. You successfully created "MyFirstPortlet" using the JPDK, now you are trying to add a second portlet using the provider.xml file and it does not show up in the Add Portlets Screen when trying to add the new portlet to a page.
    This could be one of many different problems.
    1) Make sure that you added it to the provider.xml file correctly. You should have two portlets within one provider within the file. For example (note only displaying tags, content missing):
    <provider class="oracle.portal.provider.v1.http.DefaultProvider" session="true">
    <portlet class="oracle.portal.provider.v1.http.DefaultPortlet" version="1" >
    <id>1</id>
    </porltet>
    <portlet class="oracle.portal.provider.v1.http.DefaultPortlet" version="1" >
    <id>2</id>
    </porltet>
    </provider>
    Notice above that i have two portlet open/close tags within a single provider.
    2) Make sure that the location of this file is the one listed in zone.properties.
    3) Make sure you stop and restart your listener to accept the changes of the provider.xml file.
    4) Login to Portal as an Administrator and go to the Administration page of Portal. Click on Administer, then click on "Display Portlet Repository". Click on Refresh at the top right of the page to retrieve the changes to the provider.xml file. Scroll down to the myfirstprovider and you should now see the new portlet you added.
    Hope this helps,
    Sue

  • Can I add more than one menu to a master page?

    I have been struggling with this and can't find any tutorials. I am trying to add another menu to a separate page that only shows up on one group of pages. The problem I am having is the menu titles from the one that is already up comes on and I can't figure out how to get multiple menus on one page. Is there anyone that can help? I have created a menu from scratch using some different methods, but I would like to be able to not have to do that. Thanks!

    Hi Carlton,
    The automated Menu in Muse picks up all the pages that have show in the Menu option enabled. So, if you want a menu that only shows a group of pages, you will need to use a manual menu in Muse, you will not be able to use the automated one.
    - Abhishek Maurya

  • Can i add more than one subscreen to me21n / me22n ?

    i was implement one subscreen in the past with BAdI
    ME_GUI_PO_CUST .
    now the customer ask for one more , is it possible ?
    in  "IF_EX_ME_GUI_PO_CUST~SUBSCRIBE"
    you have code  :
    *class definition
      ls_subscriber-name = subscreen1.
    the dynpro number to use
      ls_subscriber-dynpro = '0001'.
    the program where the dynpro can be found
      ls_subscriber-program = 'SAPLYMEPOBADIEX'  ." 'SAPLMEPOBADIEX'   "
    each subscreen needs his own DDIC-Structure
      ls_subscriber-struct_name = 'MEPO_BADI_STRUCT'.   " MEPO_BADI_STRUCT
    a label can be defined
      ls_subscriber-label = text-001.
    the position within the tabstrib can be defined
      ls_subscriber-position = 9.
    is it possible to make another subscreen  ?

    Hi,
    I think that you can only create one subscreen. This BADI is similar to the user exit MM06E005.
    Vani

  • Can't add more than one memory stick

    Hi guys,
    I could really use some help, this is driving me insane for weeks and I can't find any solution among teh interweb or this forum.
    My problem: I've a very instable system : different bsod on win7 start up, infinite reboot, random black screen, freeze...even the bios freeze once.
    My 2cts: Memory trouble. By using various ineffective methods (listed below), the only repetitive pattern I've found is that -> the more memory stick I use, the more instable the system became.
     - With 1 stick I get sometime a stable system (3 days without trouble) but it goes back to infinite loop after a crash
     - With 2 sticks I get a stable windows but freeze after 5-10min of gaming, and infinite loop
     - With 3 sticks I can't get pass windows start up, and infinite loop most of the time
    My current solution: I manage to get these results with by downgrading the memory (otherwise I get bsod on start up or infinite reboot every time even with one stick).
     - EIST and Intel Turbo Boost turn off
     - Ram frequency set to 1066Hz (instead of 1333) -> Funny this parameter seems not to hold, it goes back to 1333
     - Unlink ram configuration: CRate at 2 and 9-9-9-27 (instead of 9-9-9-24) -> not sure because the value on center column is still at 24
     - Vram set between 1.5v and 1.65v (instead of 1.46 in auto)
    Other unsuccessful stuff I've tried:
     - each tests are made with barebone configuration (one HDD, no DVD, etc...)
     - multiple CMOS clearing (all night with jumper)
     - several clean win7 install
     - several tests with each of my 4 ram sticks alone (on DIMM 1)
     - all drivers update
     - return the motherboard to get a new one (the actual is 3 months old)
     - buying 2 more ram sticks
     - BIOS flash with 1.H, 1.G and even the brand new one 1.I !
    My configuration :
    i5 2500K @3.3Gb
    P67A-GD55 (b3)
    GIGABYTE GTX 560 ti
    2x2Gb Crucial DDR3 1333MHz (CT25664BA1339.M8FR)
    2x2Gb GSkill DDR3 1333MHz (F3-10600CL9D-4GBNT)
    SSD HD for system
    Windows 7 64bits PRO sp1
    Corsair TX650
    No fancy keyboard like GR11 (microsoft wireless 10.A)
    Logitech G500 usb mouse
    Any ideas ?? Thanks ! 

    Quote
    2x2Gb Crucial DDR3 1333MHz (CT25664BA1339.M8FR)
    2x2Gb GSkill DDR3 1333MHz (F3-10600CL9D-4GBNT)
    Sorry! Not going to work, no way, no how!
    Ditch the G.Skill & use just the Crucial. RAM defaults the way it does because of the SPD profiles programmed on the chips. Use either 'Link' or Auto. Set Dram V. to 1.514-1.521v., manually set timings to CR 1, 9 9 9 24.

  • Can you add more than one email address? If so how?

    I have only my one gmail account and I would like to add another account that is also gmail but professional. Any help?

    Yes, on any Mac. It is unclear exactly what you are trying to do with your Gmail accounts. Do you want mail, contacts, calendar etc to sync?
    You can also enter your Gmail account in System Preferences > Internet Accounts. You can check options in the window to sync after adding.
    BTW, asking in on MacBook Air forum is how to get answers that are specific to the Air, but if you have questions about how to use your Mac, ask on the forums for the OS X you have installed. For example if you have Mavericks 10.9. installed, ask on the Mavericks forum.
    Find answers and ask new questions
    https://discussions.apple.com/docs/DOC-5951

Maybe you are looking for

  • How to connect Apple TV

    I am about to purchase an Apple TV. Want to be certain I understand what I need in terms of cables and understanding wireless connections. Our setup is as follows: An Imac G5 Isight running Tiger / Mac OS X 10.4 11 in back room. We have a modem from

  • Mail 5.1 missing plug in with iPhoto

    I just received an iPhoto generated message but instead of showing the pictures Mail 5.1 displays Missing Plug-in.  I have a 27" Imac, early 2010, just installed OS X Lion and the JAVA for OS X Lion. What other plug in am I supposed to install for Ma

  • Found a new bug....

    I have two albums named 'Greatest Hits' by two different artists. If I've navigate via Music > Artists to one of the albums and then play a track and the click the top right thing to flip to the track listings I see the tracks from the other 'greates

  • I get this error message when i launch After Effects CC 2014 Trial

    After Effects error: crash in progress. last logged message was: <6652> <GPUManager> <2> sniffer result code: 3

  • Mail Running SLOW!

    Lately, Mail is slow slow slow. When I click on 'get mail', the wheel spins and spins. Eventually one of these things happens: -I get a message saying I'm 'offline' -I get a message saying something can't connect to some sort of smtp server -it spins