What method should be used for resizing the particular JTable Column width

I have a four table. Only one table which are on top have a table header. I want that when user resize the topmost table with a mouse other table colume also be resized automatically. So I want to know that what method should be used for resizing the particular JTable Column width.
Thanks
Lalit

maybe you can implement a interface ComponentListener as well as ComponentAdapter with your topmost Table.
for example:
toptable.addComponentListener(
new ComponentAdapter(){
public void componentResized(ComponentEvent e){
table1.setSize(....);
table2.setSize(....);
/*Optionally, you must also call function revalidate
anywhere;*/
);

Similar Messages

  • I have adobe creative suite 5.5 and have just bought a Sony Video Recorder with 4K. What preset should I use for importing video footage? Alternatively do I need a more recent version of the software?

    I have adobe creative suite 5.5 and have just bought a Sony Video Recorder with 4K. What preset should I use for importing video footage? Alternatively do I need a more recent version of the software? If so, what version do I need and can I download it from Adobe.

    I have adobe creative suite 5.5 and have just bought a Sony Video Recorder with 4K. What preset should I use for importing video footage? Alternatively do I need a more recent version of the software? If so, what version do I need and can I download it from Adobe.

  • What setting should I use for Abbey Road drums?  Getting a cpu overload issue

    What setting should I use for Abbey Road drums (i.e. multi-output, stereo, etc)?  Getting a cpu overload issue.  I have a macbook pro, 4 gb ram, running Logic Pro 9.  Just 3 tracks of drums and a few real instrument tracks.  Can't find a guide in the manual for either Kontakt or Logic.  Thanks in advance!

    Hi
    AR drums are complete resource (CPU) hogs. They work better if you turn off as many of the AR internal plugins as you can.
    See section 4 (?) of the AR manual, which you can find within Kontakt (In the library area of Kontakt click hold the small "i" on the right of the "AR drummer" Library).
    Alternatively, your only solution is to increase the I/O buffer in Preferences:Audio, with the associated increase in latency
    CCT

  • What t_code should be used for migration?

    Hello there,
    our user wants to  migrate  "output vat" account after being audited.
    actually , they start using SAP from 1st. January.2009 but now needs to migrate for reconciliation purpose.
    Journal should be 40) output VAT   /      50) Beginning Balance-BS.
    Since this output VAT does not need any tax code and base amount, i think normal FI transaction like F-02 is not an answer.
    Furthermore, LSMW is not strongly recommended at this time, considering line item to be created.
    Could you let me know what t_code should be used for this case?
    BR.
    J.
    Edited by: Jimmy Choi on Jun 30, 2009 5:41 PM

    Hi
    Note down the G/L accounts you are posting.
    Option 1 :In OBD4 see the account group. change the tax category mandatory to optional field for running the lsmw. afte completion, set the status as earlier.
    Option 2: goto fs00-> see the field status group.-> double click on the FSG-> see the taxes -> make the fields optional.
    with regards
    siva
    Edited by: Siva Rama Krishna Yanamandra on Jul 2, 2009 1:12 AM

  • I want to develop iphone apps. But I am from Costa Rica, I have seen that there are developers who sell from my country here. I wonder what method of payment used for developer profits, for example Paypal?

    I want to develop iphone apps. But I am from Costa Rica, I have seen that there are developers who sell from my country here. I wonder what method of payment used for developer profits, for example Paypal?
    If so could make money there, and a local bank, has service PayPal.

    Apple does not pay developers via PayPal. All payments are made directly to your bank via electronic funds transfer.
    For more information on Apple's program for distributing your apps, see:
    https://developer.apple.com/appstore/index.html
    Regards.

  • What setting should be used to make the smallest size quicktime video file.

    What setting should I use to make a small sized movie for my family that lives 1200 miles away. I am using the iSight with QT Pro 7.0.4 and will be emailing them via Apple Mail to my mom that uses the most current version of AOL for PC with a 1 Meg DSL connection. The reason I am emailing them is she does not have a camera to live chat.
    The first movie I tried was over 4 meg and these files have to go over the internet. It bounced back saying it was to big. It was only a minute long.
    Mac Mini 1.42 8X DVD+-RW Dual Layer 24X CD-RW 250 Gig Ministack Version 2   Mac OS X (10.4.6)   Apple Bluetooth keyboard 19" Nec VGA CRT Flat Screen 1 Gig Memory iSight

    Make your recordings and then open the QuickTime movie.
    Use the Share menu and choose the email small setting. You'll get an estimated file size in the dialog window.
    Your viewers must have QuickTime 7 installed to view these files.

  • What format should I use for new  FCP slide show to DVD project?

    I want to edit a slide show movie. I have all of the high resolution images. I plan on authoring the project to DVD 16:9 anamorphic with DVD SP. Later I would like to author to 1920 x 1080 HD on Blu-Ray. ( I can't afford Adobe BR authoring software at this time, I want to start with the DVD) I am looking for advice. I want the quality of DVD and future Blu-Ray to be best possible quality. I'm thinking there are two options I might use:
    1. Edit the FCP project in HD 1920 x 1080. Use Compressor to convert the sequence to 16:9 anamorphic for DVD SP input. I am thinking I will have the HD sequence ready for the Blu Ray in the future. I like this approach. Is the conversion possible with compressor? What exact format and frame rate should I use for the FCP project?
    2. Edit the FCP project in 16:9 Anamorphic. Compress for DVD SP input. I am not fond of this option. I don't look forward to making rectangular pixel images in Photoshop for one. That will be a lot of work for this project. I won't have an HD sequence ready for Blu Ray in future, I will have to start a new project from scratch to make the HD version.
    Thanks in advance for any advice!

    Edit in a 1920x1080/30p Pro Res sequence settings.
    Export that to a self contained movie current settings, and use which ever SD DVD preset to encode for use in DVD SP.
    The self contained movie can eventually be used in Adobe Encore for blu ray authoring.
    But having "high resolution" images/photos means nothing in video.
    1 dpi is sufficient at 1920x1080 unless you plan to pan and zoom, in which case double the pixel size, not the dpi.
    300 dpi produces no better image than 1 dpi.

  • What programs should I use for creating a children's ebook with animated illustration?

    I'd like to create children's book for iPad with hand-drawn illustrations that are animated but in a simple way (like bubbles flying and popping). What programs should I use?
    Thanks in advance,
    Bibi

    Impossible to answer, I’m afraid. There’s just not enough details here and the very fact that you’re asking tells me that you should be very careful in choosing how to get this project done.

  • What Component should be used to display the list on UI

    Hi All,
    I have a table in which when the user selects a row and tries to remove the row. I am supposed to show the pop up which shows all the rows matching to the header of the row.
    In my backing bean i have the context of the row so i could extract the matching rows form db into a List<String> . Now what i need to know is which component on the Ui will show this as a list in Pop Up.
    I mean which component af:??? should be used to display the List ?
    I am kind of new to ADF.
    Regards,
    Sharma

    inputComboboxListOfValues
    selectOneChoice
    inputListOfValues

  • What criteria should I use for the monthly updates

    I am just starting to setup Software Update for SCCM 2012 R2. The configuration is done with the Classifications and Products selected and working.  I selected the Classifications:
    Critical Updates
    Definition Updates
    Security Updates
    Service Packs
    Update Rollups
    Updates
    Now I am just looking for the criteria to use for my Software Update Groups.
    I watched this GREAT VIDEO "SCCM 2012 SP1 and the new way handling Software Updates explained", URL: 
    http://technet.microsoft.com/en-us/video/sccm-2012-sp1-and-the-new-way-handling-software-updates-explained.aspx regarding the "new way" we are to be doing the groups and updates.  The video is
    very informative and explains a lot, but it does not say what criteria is used.
    This is the breakdown from the video, but again it doesn't say what criteria may be:
     • Keep Software Update Groups (SUG) Limited to 1,000 updates
     • Don't split products into different SUG's
     • Enabled Delta replication for the Software Update Points (SUP)
     • Set High priority for the Software Distribution Group
    Software Update Groups
     • Exceptions group (not to deploy)
     • TMG Definition Updates
     • SCEP 2012 Definition Updates
     • Outlook Definition Updates
     • 2003-2010_All Updates
     • 2011_All Updates
     • 2012_All Updates
     • 2013-01_All Updates
     • 2013-02_All Updates
    Deployment Packages
     • TMG Definition Updates
     • SCEP 2012 Definition Updates
     • Outlook Definition Updates
     • 2003-2010_All Updates
     • 2011_All Updates
     • 2012_All Updates
     • 2013_All Updates
    Automatic Deployment Rules
     • Microsoft Outlook 2010/2013 Definition Updates
      ○ Run after synchronization
     • Monthly Updates
      ○ Every Month on day 16 of the month
      ○ Uncheck "Enable the deployment after this rule is run
     • SCEP 2012 Definition Updates
      ○ Run after synchronization
     • TMG Definition Updates
      ○ Run after updates
    I am specifically looking mostly for the Monthly updates and to make sure they are only those needed.  Most I have seen use:
    Superseded:  No
    Expired:  No
    Bulletin starts with "MS"
    I don't really know what the "MS" limits things to.  Sorry a lot of information and not very clearly laid out. 
    Find this post helpful? Does this post answer your question? Be sure to mark it appropriately to help others find answers to their searches.

    I am specifically looking mostly for the Monthly updates and to make sure they are only those needed.  Most I have seen use:
    Superseded:  No
    Expired:  No
    Bulletin starts with "MS"
    I don't really know what the "MS" limits things to. 
    I use a similar approach, as one part of my routine.
    When you filter/search on Superseded=NO, that discards the updates which are flagged as superseded, but this depends totally upon your routine and understanding of the nature of supersedence, and it's also time-sensitive, since CM12 will by default, kill off
    superseded updates after a time. A Superseded update *is* deployable, but you'd likely only do that, if the superseding update is unsuitable for your environment for some reason, e.g. it introduces a bug or regression that you can't afford.
    Expired=NO, well, again that's to limit your filter/search results. Since an expired update is not deployable, why bother to have it in your results list, if you are building a deployment. It's handy to know that something is, or has become, expired, if
    you are troubleshooting or analysing a "why did/didn't xyz happen?", but for deploying, expired updates are just useless clutter.
    Bulletin starts with "MS" can be handy to filter out the "non-security" updates, since "security" updates are always issued with an MSyy-nnn bulletin ID.
    Note that the bizarre MS definition of "security update" does not mean that security bulletins cover *all* security-related updates, since there are updates that are released, which do provide security fixes, enhancement, etc, but they don't always attract
    a security bulletin ID, so it really pays to look at "starts with MS" and also "does not start with MS" - I use both, when searching/filtering, as a way to slice the assessment/analysis task in "half" (not evenly sliced ;).
    And also note that some updates (security advisories, hotfixes, rollups) may not fall into the classification you might expect, or, might not be published into the MU/WSUS catalog feed at all..
    An example of a unexpected classification, is the recent 2917500, which is classified under "Feature Packs", even though it is an updated set of revoked root certificates (due to yet another compromised root CA cert). [I noted you didn't mention the Feature
    Packs classification, you might want to revisit that choice...]
    Personally, I'm not yet using ADRs, not because I don't like them, but because our security ops team are being especially painful at the moment and keep changing their mind about stuff, plus, we are undergoing a massive application change cycle and the change/release
    team are hypersensitive just now.
    One method I also use, is to periodically run the "updates needed but not deployed" report, as it reveals to me where I need to sync a new product, or have overlooked an update or misunderstood/incorrectly assessed as "we don't need that, or that doesn't
    apply to us". it also reveals where I have mucked up and not been diligent about taking a templated approach to deployments, e.g. if I forget to distribute to all DPs or whatever.
    I find that even though I might take what I consider to be a very generic approach, others in the forums clearly have different environments/operational models to me, and different needs. For patching, I mainly focus on Windows client OS and Office,
    and not really on Windows server OS, since somebody else handles server builds and patching in my org.
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • What does the password stored in the JAGENT wallet do, and what JAVA_HOME should I use for the pw_agent_util.sh command?

    I am configuring the GoldenGate Plugin for OEM. There is a step to create the wallet. The documentation is not clear about the role of the password supplied. If I run the JAGENT as oracle user, should it match the password for the oracle user, or is this password separate? Also, should I use the OEM agent jdk for the JAVA_HOME setting?
    ./pw_agent_util.sh -jagentonly

    Pat,
    Morning.  Good to see that someone is working on using the plug-in for GoldenGate within OEM12c.
    If you are using the plug-in 12.1.0.2, you will be much better off with reporting on GoldenGate processes.  In order to get the 12.1.0.2 plug-in to work, the JAgent 12.1.3.0 is needed and can be downloaded in the Oracle GoldenGate Monitor distribution (Configuring Oracle #GoldenGate Monitor Agent | DBASolved) .  If you are using the old plug-in 12.1.0.1, then the JAgent is embedded with the GoldenGate software (Oracle GoldenGAte (11.2.1.0.1 and later) and Oracle Enterprise Manager 12c | DBASolved).  I recommend taking the new plug-in!
    Now to address you question about the password. The password is stored in the wallet under the GoldenGate home ($OGG_HOME/dirwlt) and is used directly for the JAgent to login to the EMAgent and communicate with OEM.  The user name associated the password is configured in the $JAGENT_HOME (different depending on version, look for Config.properties).  Then in OEM, the username defined in Config.properties and the password in the wallet needs to be provided before OEM will pick up the GoldenGate targets.
    The $JAVA_HOME setting depends on the version of JAgent you are going to run.  The JAgent 12.1.3.0 using JDK 1.7 or higher.  The embedded JAgent using JDK 1.6. 
    Thanks
    Bobby

  • What software should I use for editing videos from a Vixia HF R500?

    I have a VIxia HF R500. What editing software should I use. I am a beginner.

    Hi OM45GTR!
    Thanks for posting.
    Depending on what platform you are editing on, you may consider programs like Windows Movie Maker or Apple's iMovie.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • What database should i use for a flash application which i need to record score and name for a scoreboard.

    Hi. I wrote down the summary of my project so that you can
    understand and answer me more easily:
    I have to build an application (a little flash game) in which
    I record the number of clicks. I want the player to choose a nick
    at the beginning and when he finishes one or all the four choices
    of target, i want the application to write his nick and final score
    in a database for displaying in a scoreboard (hall of fame). All
    the new entries should be sorted according to the score. If the
    same nick appears again, it's final score will be modified in the
    scoreboard only if is higher then the previous.
    I was thinking of creating a variable for the name that is
    chosen at the beginning and a variable for the score that is
    recorded. When the player finishes the game i want the application
    to write his data in the database, and then to display the
    scoreboard (let's say top 10 players in the database from the
    highest to the lowest score).
    I never did this before so i am asking what database shoud i
    use? I need a programmer to create one for me? Or can flash
    generate the database?
    Is the variable the good way or should I aproach the problem
    by other means? And if a programmer creates a database in MySql is
    that good or he should convert it to XML, or Flash generates the
    XML?
    Thank you.

    I did areal photography one time.  What you have listed would not be on my short list for lenses to take at all.
    Maybe you could supply a little more info of the 50-100mm ?  I am going to guess you have the first version of the Canon EF-S 75-300mm?  It is a faily slow lens but if these two are the only possibility, I'd choose it.
    It and the XTi will work as a mattter of fact I took two XTi's on my flying photo experience.  But I had the fantastic EF 70-200mm.  Another thing, there is NOT a lot of room on these aircraft.
    EOS 1Ds Mk III, EOS 1D Mk IV EF 50mm f1.2 L, EF 24-70mm f2.8 L,
    EF 70-200mm f2.8 L IS II, Sigma 120-300mm f2.8 EX APO
    Photoshop CS6, ACR 8.7, Lightroom 5.7

  • What method does Audition use to determine the overal frequency?

    Hi,
    Does anyone know what method Audition uses to determine 'overall frequency' in the 'frequency analysis' section? I need to know how it is calculated?
    Many thanks!

    stephaniec9433324 wrote:
    Thank you for that! So am I right in thinking the 'overall frequency' is just the frequency point which contains the highest amount of energy in a given sound sample?
    I don't know why it's called the 'overall' frequency - seems a bit strange to me, although what else you could call it without it being a bit of a mouthful, I'm not sure. But strictly speaking, what it is is the frequency of the highest amplitude at that instant in the display. It's not really a signal you are measuring either; it's a single FFT 'slice', which begs even more questions, as the size of the slice determines the resolution, and therefore the accuracy of the result anyway.

  • What setting should I use for YouTube?

    I have a cannon HD camcorder and I shoot with Auto AVCHD SP wide. There are a half dozen options when I put my video on YouTube. I don't know what option I chose when I published my first two videos but the sharpness is better than that of my recent video. On my recent video I used Flash Video for YouTube (Wide Screen) Frame Rate 30. The other option, which perhaps I should have used, is High Definition Video for You Tube - 1920 by 1080 - Frame Rate 29.97. Many of the other options are for PAL which of course I do not use.
    Please give me you thoughts on this because I intend to publish more videos on YouTube.

    Even YouTube themselves has advice:
    "Frame rates
    Frame rates should match the source material. For example, content shot in 24fps should be encoded and uploaded at 24fps. Content recorded at 30fps should be uploaded at 30fps. Content shot in 720p60, should be uploaded at 720p60. Content at 1080i 60, should be deinterlaced, going from 60 interlaced fields per second to 30 progressive frames per second before uploading."
    "High quality uploads for creators with enterprise quality internet connections
    Type
    Video Bitrate
    Mono Audio Bitrate
    Stereo Audio Bitrate
    5.1 Audio Bitrate
    1080p
    50,000 kbps
    128 kbps
    384 kbps
    512 kbps
    720p
    30,000 kbps
    128 kbps
    384 kbps
    512 kbps
    480p
    15,000 kbps
    128 kbps
    384 kbps
    512 kbps
    360p
    5,000 kbps
    128 kbps
    384 kbps
    512 kbps
    Resolutions
    YouTube uses 16:9 aspect ratio players. If you are uploading a non-16:9 file, it will be processed and displayed correctly as well, with pillar boxes (black bars on the left and right) or letter boxes (black bars at the top and bottom) provided by the player. If you want to fit the player perfectly, encode at these resolutions:
    1080p: 1920x1080
    720p: 1280x720
    480p: 854x480
    360p: 640x360
    240p: 426x240
    The YouTube player automatically adds black bars so that videos are displayed correctly without cropping or stretching, no matter the size of the video or the player.
    For example, the player will automatically add pillarboxing to 4:3 videos in the new 16:9 widescreen player size. If the player is re-sized (i.e. when embedded on another website), the same process takes place so that 16:9 videos are letterboxed when the player is sized to 4:3. Similarly, anamorphic videos will be automatically letterboxed when shown in either 16:9 or 4:3 sized players. The player can only do this if the native aspect ratio of the video is maintained.

Maybe you are looking for

  • Why does my launchpad keep appearing automatically and how do I stop this?

    I have just gotten this iMac a few days ago and everything was fine till i begin transferring files from my old laptop and downloading free software frmo the internet. The launchpad screen keep appearing and disappearing at free will and this is a pr

  • Error -3016 when trying to compare a column value via "decode" function

    The following statement:   select * from turbine_user   where login_name  = decode(1, 2,  'name1', 'name2') yields a "-3016 Invalid numeric constants" error. OTOH, the following variations work as expected:   (a)   select * from turbine_user   where

  • Multi view ( table & Graph ) answer takes long time

    Hi, we are using OBIEE 10g and a user has created a report that uses both a table and a graph for representing the results.  When i use either of them ( on its own) the response of the system is pretty good ( about 30-40 seconds). The problem is that

  • Impossible to set my adobe forms as enable in WD4A

    Hi all, I define an adobe forms which can be used in off-line scenario ( by e-mail ) and on-line by WD4A. By e-mail there's no problem my forms is enabled and user can modify the content. IN WD4A , if i set the forms in the UI Elements as enabled the

  • How to unlock Iphone4?? PlEASE READ

    Hey guys I have bought an Iphone4 from new zealand. All the phones brought from New Zealand are UNLOCKED. But then I had to get my phone replaced (from apple Australia) because my home button was not working well. It was all good till here, because i