Multiple JScrollPanes in one window

Hi.
I've been trying to figure out how to make multiple scrollable text areas in one window. I'm trying to use JEditorPanes for the text areas so that they can display html. Does anyone know how I can make multiple scrollable JEditorPanes appear side by side in one window? I tried just adding many JScrollPanes to the window, but that doesn't seem to work - it only displays the first one.
Thanks.

Just to help since no one's said anything for so long.
The only way I know how may be to use a JSplitPane and add the components to the splitpane. This allows for resizing but I'm not very sure if it will exactly resize the components in them
Check the Java Demos in your SDK (Swing Set 2) I believe the demo splitpanes should give you enough go ahead to start using split panes effectlvely
ICE

Similar Messages

  • Ability to view multiple files in ONE window

    I can see here that this is not a new topic really but the thing with Acrobat 9 is so frustrating that it is just unbelievable.
    This is another pearl:
    Acrobat 9 "lost" its predecessors ability to view multiple files in ONE window. After opening four only documents I cannot see anything on the screen because the toolbars on each individual window cover all necessary view and nothing is left for the actual document. And sometimes I need to open 20 documents!
    This is ABSOLUTE DISASTER!!!
    I found some explanations from Adobe on the Web that are more than a year old.
    I was sure that by now this unfortunate mishandling of that feature (apparently it was dropped out from A9 deliberately - WHO'S IDEA WAS THAT?) would be somehow restorable.
    Would anyone happen to know if this feature can get restored to how it was working in A7 or 8 (without the need to uninstall A9 and install A8)?

    No, it can't be restored, unless Adobe decides to change the way Acrobat works (which is possible, but not likely).
    By the way, it was Microsoft's idea... Adobe were just following their example on this.
    You can make a feature request here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • How do I view multiple images in one window?

    How do I view multiple images in one window?  I want to compare images side by side, not in tabs.

    Thank you, Barbara.  I found that I had to close the program after I turned on "allow floating documents" and restart, before I was able to go to "float all in windows". 

  • Open multiple websites in one window

    I would like to open multiple websites in one window with multiple tabs using VBA in Excel.  My present code opens each website in a separate window.
    Sub Weather()
    ' Look at weather websites
        Dim URL As String
        Dim ie As Object
        URL = "http://cleardarksky.com/c/AnaheimCAkey.html?1"
        Set ie = CreateObject("InternetExplorer.Application")
        ie.Visible = True
        ie.navigate URL
        Set ie = Nothing
        URL = "http://www.goes.noaa.gov/GSSLOOPS/wcir.html"
        Set ie = CreateObject("InternetExplorer.Application")
        ie.Visible = True
        ie.navigate URL
        Set ie = Nothing
        URL = "http://www.weather.com/weather/hourbyhour/l/92886:4:US"
        Set ie = CreateObject("InternetExplorer.Application")
        ie.Visible = True
        ie.navigate URL
        Set ie = Nothing
        URL = "http://www.wunderground.com/cgi-bin/findweather/getForecast?query=92886"
        Set ie = CreateObject("InternetExplorer.Application")
        ie.Visible = True
        ie.navigate URL
        Set ie = Nothing
    End Sub

    Hi,
    It depends on your popup blocker (built-in or Addon toolbar), tabbed browser settings and IE security settings.
    See general tab of Internet Options, Tabs button.
    you can specify a target parameter in the navigate method to reuse the one IE window and open each site in a new tab (depending on your settings above).
    window.navigate method
    Regards.
    Rob^_^

  • Can't play multiple movies in one window

    I must be doing something wrong. I wanted to watch a series of video clips (all .mov) in quicktime, but not in 10 different windows. Isn't there a way to highlight 10 clips, and then "play all" and have them open up in one window? For some reason, every time I attempt this, I get 10 quicktime players opening up! I'd just like one at a time, and the ability to skip to through the movies like I would do in iTunes with music. I seem to remember doing this before, but now can't remember how. Any ideas?

    The steps are correct but you've left out the one that adjusts the 2 through 9 movies position as compared to the others.
    The first video would hold a position of 0,0 (upper left). When you add the second video you need to adjust its "offset" to position it next to but not overlapping the first. Since your videos are 100X75 you would set the offset of the second track too 100,0 (100 pixels to the right of the original and 0 pixels different in height). The third would be 200,0 offset.
    On the second row your first file would be 0,75 (75 pixels below the upper video). The second file on the second row would be offset 100,75 and the third would be 200,75.
    The third row would be 0,150 followed by 100,150 and 200,150.
    You could add a slight "border" between each video and give it a color by using the bgcolor="your color" (standard html color codes) and adding that space by adjusting the offset plus your border width in pixels. Hollywood Squares style of video.
    http://homepage.mac.com/kkirkster/03war/ one of my older files that uses multiple track video playback of a QuickTime file. The "TV" set is a track and the video that plays "inside" it is another. The still image movies are also separate tracks and QuickTime .mov files can hold up to 99 tracks.

  • Multiple sheets in one window - Windows compatible application?

    Is there a Windows compatible application that can view a spreadsheet saved from Numbers '09 so the sheets all show up in one window? When I export using the various options in Numbers, then try to open in Excel, I get separate sheets.
    I need to work on a project with some Windows techs, would love to be able to do in Windows what we do on Mac...gang up multiple sheets in a single window.
    Thanks,
    Don

    In Excel you can open multiple windows of the same spreadsheet and thereby have more than one sheet viewable at the same time. For Mac it is the menu item Window/New Window. Then you can arrange them on the screen with Window/Arrange. I do not know the equivalent way to do this in the PC version but I'm sure the feature is there. It is useful for viewing 2-4 sheets at the same time but not much more.

  • Syncying multiple ipods to one windows pc

    Hi,
    What happens when you sync multiple ipod touchs to one windows pc ?
    In particular what happens if all 3 of them have the same app in common (same version of Angry Birds for example) along with many different ones
    Will i have 3 seperate versions/"copies" of the apps they have in common on my pc or will the later one over write the earlier one's?
    Thanks in advance

    This is a good resource:
    How to use multiple iPods with one computer

  • How do I get multiple reports in one window (using windows app)?

    Our users want to be able to launch a "package" of reports.  Meaning, that you can select more than one report to print/preview at once (using .Net 2.0 WinForms).  We are having a tough time getting more than one report to display in one window (or at least, with simple navigation). 
    Any suggestions?

    Hi Christian,
    Download Sample codes from [here|https://boc.sdn.sap.com/codesamples] and have a look to [Dev library|https://boc.sdn.sap.com/developer/library]
    Hope that helps!!
    Regards,
    Shweta

  • Ichat 5.0 multiple chats in one window

    Hi,
    I just updated to snow leopard last week and since my ichat was also updated all of my chats are always in window.
    For example, If I am in a chat and receive a new message from a different buddy, no new window opens. The same window will simply say "now chatting with screen name".
    I changed all the message settings in the preference section but nothing seems to work?
    Any help?

    Hi,
    It is collecting all chats into one window when I do not want it to. I never had this issue before I updated to snow leopard.
    The option to collect chats into one window is not selected. I am not using chax.
    It's just annoying because if somebody new IMs me it automatically goes into that chat with out any notice.
    It also has a new drop down menu which I pointed an arrow towards in the screen shot below.
    I am only using one AIM account btw if that helps. Thanks in advance.
    Here is the screen shot.......

  • Multiple movies in one window

    what method do you recomend for playing 10 small movie clips in the same window? quicktime seems to want a player for each file? that would mean my page would be incredibly long with videos that could all play at the same time.... which I dont want. I would like to have a link that says 'link1' and then the movie 1 plays in the wondow... then I would like another link that says 'link2' and then the second movie plays in the SAME window that the first one did.
    please help, thank you

    I would not recommend multiple players on the same page because of the likelyhood that mutliple players will eventually be running at the same time.... one player not turned off before second one starts, etc.... MUCH CONFUSION!!
    Working example of JW Player with XML Playlist:
    http://www.nickbeststrongman.com/liberty_11.html
    View source :
    <div id="liberty_11_replay">  
      <script type='text/javascript'>
         var so = new SWFObject('video/replay_player.swf','ply','500','710','9','#ffffff');
         so.addParam('allowfullscreen','true');
         so.addParam('allowscriptaccess','always');
         so.addParam('wmode','opaque');
         so.addVariable('playlistsize', '300');
         so.addVariable('playlistfile','video/liberty_11.xml');
         so.addVariable('playlist','bottom');
         so.write('liberty_11_replay');
      </script>
    <!-- close replay -->      
    </div>
    That's ALL... very simple!
    options to set display size (in pixels) : '500','710',
    option for size of playlist: ('playlistsize', '300');
    option for location of playlist...left, right, or bottom: 'playlist','bottom'
    this layout uses swfobject 1.5, so in addition to the "replay_player.swf'", you need the swfobject version 1.5 file. All available from the JW Player site.
    Best of luck,
    Adninjastrator

  • How do I open multiple tabs in one window

    I am using Firefox version 5. At the top of the page where the tabs are there is not an icon to click on to that opens a new tab in the current window. There is a + symbol to the left of the tab but when I click on it a new window opens. Previously the + icon was to the right of the tab and when I clicked on it a new tab appeared but in the same window. Now I can only have multiple windows open......HELP!

    Thank you, Barbara.  I found that I had to close the program after I turned on "allow floating documents" and restart, before I was able to go to "float all in windows". 

  • Multiple videos in one window

    Just starting out with captivate and have a query I'm hoping someone can answer - Is it possible to have one video window/player with different buttons next to it, and depending on what button the user selected, it would play a different video? For example, I have three videos, but only want one to play if the user selects it. They could then click a different button to view another video in the same window.
    Thanks

    Hello and welcome to the forum.
    Why should this be on the same slide? You can have three slides, each with all buttons and the three videos and have the buttons navigate to the proper slide where the video will play. For the user this will not be visible, but it is way more simple than trying to achieve this on one slide. It can be done with advanced actions, hide and show, some micro-navigation but since you tell that you are a newbie, I think this will be too advanced for the moment. And I hope you are talking about slide video or inserted FLV, not about separate Captivate movies.
    Lilybiri

  • Open Multiple JFrame in one window

    hi all.......
    I've developed one Java-Swing application with Menubar. If i click each menu item Im opening new JFrame. But i want to open this each JFrame in a parent JFrame. For example If i Click File->Open it will open new JFrame as separate, if i again click File->New , it will open another new JFrame for new. likewise it will open each JFrame for each menu item. But I want to open it in a parent window itself. My problem is same like MDI in VB.
    Kindly help me to proceed.........
    thankx.........
    kalai.

    I think you have to use JInternalFrame
    First declare
    JDesktopPane() desktopPane=new JDesktopPane();
    mainFrame.getContentPane().add("Center",desktopPane);
    mainFrame.setVisible(true);
    Simple way is to use Container
    if mnuNew is clicked
    JFrame templateFrame=new JFrame();
    Container container= templateFrame.getContentPane();
    the above frame is object of your <template> frame
    it will add everything in to Container including controls with actListeners
    Now call
    public void createInternalFrame(String title)
         try
         JInternalFrame iFrame=new JInternalFrame();
         iFrame.getContentPane().add(container);
    desktopPane.add(iFrame);
         iFrame.addNotify();
    iFrame.setMaximum(true);
         iFrame.setVisible(true);
    iFrame.setClosable(true);
         iFrame.setTitle(title);
    iFrame.setDefaultCloseOperation(iFrame.DISPOSE_ON_CLOSE);
         }//Try
         catch(Exception E)
    System.out.println("Error "+E);
    }//CreateInternalFrame

  • Multiple videos, in multiple sizes, in one window

    I'm currently building a website in CS5 (on a mac) and I'm using .MOV files. I would like to have the videos be different sizes for example one as a 4.5in x 7in and three more at 2.5in x 5.
    I know how to make the videos different sizes, but I wanted to know if there is way, that when one of the smaller videos is clicked on it switches places with the bigger video without making a new page?
    I also have access to CS4 (on a pc) if the way to do what I'm looking for is in CS4 and not CS5.
    Please note: that I'm just learning Dreamweaver for the first time and although I taught myself through youtube videos how to insert the videos and set the parameters I don't know coding very well so I'm looking for a simplified answer.
    Thank You,
    Raizel

    What is the benifit to converting them to .mp4?
    There's wider support for MP4s.  Especially if you use an HTML5 player like Pickle.
    http://pickleplayer.com/
    I'm not looking to resize the videos, I'm looking to have one big video with the other videos sized as thumbnails. But when one of the thumbnails is clicked on it is veiwed as the bigger size.
    Use Poster Frames (as seen on YouTube).  Poster Frames are still images of the movie.  Often used as icons in video Playlists, when site visitor clicks a Poster Frame, its associated video is activated and plays in the main player.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Preview; How can I open multiple PDF's in one window with Preview?

    How can I open multiple PDF's in one window with Preview?
    I have gone to Previews preferences and selected 'Open groups of images in the same window' and have tried every setting imaginable and nothing works. What am I doing wrong?

    Hi, a few ways..
    http://www.monkeybreadsoftware.info/Freeware/CombinePDFs.shtml
    http://www.monkeybreadsoftware.info/Freeware/CombinePDFs.shtml
    http://www.macosxhints.com/article.php?story=20060327192826493&lsrc=osxh

Maybe you are looking for