Jscrollpanel not able to reach the end while watching wth cursor

Hello there, I don't know at compilation time how many lines I will have to take care of.
Here, I can't reach the end of my table if too many lines, especially when my resolution is low 1024x...
How can I avoid it please?
I intentionnaly changed the class names.
thank you
http://img10.imageshack.us/img10/3012/toktoktoktoktok.th.jpg
Here was the screenshot picture .
Here is the code:
www.seabova.com/a/code.java
thank you

I think that at this point you'll have to post some compilable code to the forum. I recommend that you create and post the smallest program possible that is compilable, runnable, demonstrates your problem, and has no extraneous code not related to the problem, an [SSCCE.|http://sscce.org] Please see the link for details on how to create one of these because trust me, if your SSCCE is compliant with the specs, you'll likely get a very helpful answer from someone here quickly.

Similar Messages

  • How can i activate an ipad that was attached to someones icloud account.  I am not able to reach the person to have them release it.

    how can i activate an ipad that was attached to someones icloud account.  I am not able to reach the person to have them release it

    You can't, i'm sorry. What you're running into is the activation lock and it requires that the original owner release it with their apple ID before you can set it up.

  • After system restore ,we are not able to activate the windows,while login to systems getting an error 0x800700B7

    after system restore ,we are not able to activate the windows, while login to systems getting an error 0x800700B7
    Cont-8096688758

    hi Jain,
    you may need to check the transfer structures,
    right click infosource and 'change', click 'comm.structure'/expand,
    click 'transfer', move the 0BASE_UOM from left to right side,
    or if you wont use the comm structure anymore, you can right click infosource and 'delete comm structure'
    hope this helps.

  • Can not able to save the data while executing the package/procedure

    Hi,
    I created one package and schedule this in JOB, job is running successfully but data is not inserting in table,
    CREATE OR REPLACE package body LST_RPT as
    procedure gender_proc(gender varchar2) is
    begin
    insert into gender_count
    select * from mag_hotline_gender;
    end;
    end LST_RPT;
    after that I am executing this
    exec MSREUL.MKE_LST_RPT.gender_proc('M');
    but it is not saving the data
    can anybody suggest where I am doiing mistake

    Hi Arun,
    Thanks for the suggestion.
    I checked my table structure, gender_count was GTT(global temporary table), Now I changed the structure package is executing sucessfully and able to commit the data
    exec MKE_LST_RPT.gender_proc('M');
    commit;
    can you plz help on another point I want to schedule this package on job means it runs on every day and commit automatically, I am using TOAD but unable to create job can you plz help on this issue.

  • I just updated 3 addons and now Firefox goes into background mode and I am not able to reach the Tools/Addons to disable any addons.

    Firefox stays in foreground for maybe 10 secs before going into background. I can't reach FF to do anything with FF.
    I have to use Task Manager to close FF.
    I don't remember which 3 addons were updated, but I was notified of updates when I tried to open FF at about midnight this morning.

    hi there i tried the removal of the sessionstore.js file and and fired up the mozilla firefox up again and still no joy from the windows xp machine all other browsers work fine, its just hanging still, reading the article from the link you sent i can't any issues that i am getting but i did manage to un-install the FF8 again deleted any folders and dowloaded V3.6.24 from here http://www.mozilla.org/en-US/firefox/all-older.html
    then updated from there and all seemed to go well then yet again i got the same issue ,when i open the browser i am unable to type in the search and use the mouse on the File edit etc menus rendering the browser useless so i think its a the update to V8.0 that is causing the issue, when i reinstalled i had no themes no plugins the extensions on the 1st boot ticked the MS .net there was that and java Un-ticked when the browser booted up it was the same hanging for ever . i think i may stick with the older version for now until a fix is available as there is some thing that does not like this new version on that pc... but i hope you can help me to upgrade as its annoying now
    :-)

  • PXE boot problem: guest VM DHCP request packets not able to reach DHCP server

    Hi Gurus,
      I'm wondering if anyone could help me with this problem. I wanted to install Linux on Oracle VMs using PXE. I set up a DHCP server and the OVM running RHEL6.4 box. The DHCP server worked fine since other PHYSICAL servers could get IPs from this DHCP server. However, DHCP requests from Oracle VMs was not able to reach the DHCP server. So I suspect this is a VM-specific issue.
    If I type in "dhcp net0" on gPXE prompt on the OVS machine(sappire), I can see the requests were being sent from the OVS server (sapphire):
    gPXE> dhcp net0
    DHCP (net0 00:21:f6:00:00:00) .............................................Connection time out (0x4c106035)
    Could not configure net0: Connection time out (0x4c106035)
    gPXE>
    [root@sapphire ~]# tcpdump -i any -n udp dst portrange 67-68
    tcpdump: WARNING: Promiscuous mode not supported on the "any" device
    tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
    listening on any, link-type LINUX_SLL (Linux cooked), capture size 96 bytes
    20:47:25.606400 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:21:f6:00:00:00, length: 387
    20:47:25.606549 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:21:f6:00:00:00, length: 387
    20:47:25.606559 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:21:f6:00:00:00, length: 387
    ^C
    12 packets captured
    14 packets received by filter
    0 packets dropped by kernel
    But if I snoop the same on the RHEL6.4 server running DHCP server and OVM, no request can be seen:
    [root@bluestone Desktop]# tcpdump -i any -n udp dst portrange 67-68
    tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
    listening on any, link-type LINUX_SLL (Linux cooked), capture size 65535 bytes
    ^C
    0 packets captured
    0 packets received by filter
    0 packets dropped by kernel
    OVS(sapphire) and OVM(bluestone) are located in the same subnet:
    [root@bluestone network-scripts]# ifconfig -a
    eth0      Link encap:Ethernet  HWaddr 00:14:22:72:7C:27 
              inet addr:192.168.2.48  Bcast:192.168.2.255  Mask:255.255.255.0
              inet6 addr: fe80::214:22ff:fe72:7c27/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:106795 errors:0 dropped:0 overruns:0 frame:0
              TX packets:122056 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:59173975 (56.4 MiB)  TX bytes:25362955 (24.1 MiB)
    [root@sapphire ~]# ifconfig -a
    10049df2fc Link encap:Ethernet  HWaddr 8A:C5:05:83:AF:C9 
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:80 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:33200 (32.4 KiB)  TX bytes:0 (0.0 b)
    eth0      Link encap:Ethernet  HWaddr 00:1A:64:64:DA:64 
              inet addr:192.168.2.202  Bcast:192.168.2.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:37664 errors:0 dropped:0 overruns:0 frame:0
              TX packets:38939 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:4537897 (4.3 MiB)  TX bytes:23127790 (22.0 MiB)
    eth0:0    Link encap:Ethernet  HWaddr 00:1A:64:64:DA:64 
              inet addr:192.168.2.212  Bcast:192.168.2.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    [root@sapphire ~]# brctl show
    bridge name    bridge id        STP enabled    interfaces
    10049df2fc        8000.8ac50583afc9    yes        tap7.0
                                tap7.1
                                vif7.0
                                vif7.1
    I turned off iptables and SELinux on the DHCP server, the issue still remained.
    Any help will be highly appriciaited.
    Thanks in advance,
    Alex

    Hi,
    - Do you install Oracle VM Server (OVS) on an emulated environment like Oracle VM VirtualBox ? if yes so you can't do it.
    - Don't forget to configure the Virtual Machines Network and also to add this network to this Virtual Machine.
    I hope this can help you
    Best Regards

  • To download an App the 3 security questions are required. But at the end, apple is not able to complete the task and gives an error message. No more downloads are possible. What can I do?

    to download an App the 3 security questions are required. But at the end, apple is not able to complete the task and gives an error message. No more downloads are possible. What can I do?

    Very Important, how much Free Space is on your Hard Drive first of all? Click on the Macintosh HD on the Desktop, then do a Get Info on it.
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    Do they launch OK while in Safe Mode?

  • Not able to get the list of cubes while creating connection in Universe

    Hi Experts ,
    While creating a new connection i am not able to see the list of info cubes in $INFOCUBE folder.however i am able to see the queries .
    I done this to trobleshoot -
    i run  SE37
    - enter the name of function module - BAPI_MDPROVIDER_GET_CUBES
    - Press F8
    - I got the new screen where i have three fields - cat_nam , cube_nam , cube_type and under table tab i see CUBES whose values is - 0 entries.
    - What should i do now ??
    Please Suggest me
    Thanks

    Hi,
    when you not enter anything and hit F8 on the keyboard - what happens ?
    Ingo

  • HT1399 I was able to see the lyrics while playing the audio when my iOS was 6.1.4 now i do not know what to do to see the lyrics while playing the audio or a karaoke

    I was able to see the lyrics while playing the audio when my iOS was 6.1.4
    now i do not know what to do to see the lyrics while playing the audio or a karaoke after upgraded(?) to iOS 7
    Is there any chance to see the lyrics in iOS 7 or i want to degrade it to 6.1.4?

    Thank you for responding. I'm not sure if my complete original message came through. It was just today that an automatic update notice came through, and I installed the update that was offered. So I have to guess that version — 10.1.10 — is the latest version that's available to me. My OS is 10.6.8. Again (in case the complete message isn't appearing), I'm on an older Mac, specifically MacBook 2.1. Perhaps this is the problem, and I never should have updated a few years ago. If so, I wonder if there's any way I can go back to that earlier version that worked well for me, rather than the last few versions, which have not.

  • HT202159 while downloading new Mountain lion OS i am getting "An error while downlaoding" , since i have already purchased the same & am not able to dowload the same, please suggest a solution

    while downloading new Mountain lion OS i am getting "An error while downlaoding" , since i have already purchased the same & am not able to dowload the same, please suggest a solution

    Disable anti virus software and try turning off the Firewall in System Preferences > Security & Privacy > Firewall.

  • Im trying to install iTunes on my friend's Dell XPS, running windows vista ultimate (32-bit), but whenever I reach the end of the install, it pops up with an error telling me:   "Service 'Apple Mobile Device' (Apple Mobile Device) could not be instal

    Trying to install iTunes on my Laptop, running windows 7 (64-bit), but whenever I reach the end of the install, it pops up with an error telling me:
    "Service 'Apple Mobile Device' (Apple Mobile Device) could not be installed. Verify that you have sufficient privileges to install system services"

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) release as a workaround for performance issues or compatibility with third party software.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • I am trying to set up my newly purchased Apple TV but when I enter my network password while setting up, I am not able to enter the Submit button, any idea how to hit the visible submit button that is visible on screen but not responding?

    I am trying to set up my newly purchased Apple TV but when I enter my network password while setting up, I am not able to enter the Submit button, any idea how to hit the visible submit button that is visible on screen but not responding?

    You need to use the right arrow on the remote to go all the way to the right. The submit button will be highlighted and you can then press select on the remote to proceed.

  • Not able to copy the tree node text in solaris, while easily done in window

    Hi,
    I m not able to copy the text present on the tree's node to terminal or other text editor in solaris. I m using <Shift><control> C and V comaand for the same but the text is not being copied and pasted on the text pad or the terminal window.
    While the same is possible in windows OS using ctrl+c and ctrl+v command.
    Please suggest the possible solution for the same, is there any property of the tree/OS needs to be set?

    Help About says I'm on 20.0.1
    Up until last week, I was able to use the tab key when typing emails and other multi-line text boxes.
    Suddenly the behavior of the tab key changed. This isn't the first time. It's been quite a while ago that the function of the tab key changed from indenting to moving around the page, then after some time it changed back to indenting.
    Can we get this fixed and leave it alone, please?
    I may give one of those add-ins a try, but my problem with add-ins is that they break when FF is patched or upgraded, then I'm left with out the solution they provide.
    Can we just fix Firefox, please?
    Thanks,
    Frank
    P.S. Another potential fix I came across suggested starting FF in safe mode to see if the problem goes away. It does not. It seems to be a change to FF that appeared after an update last week. On or just befor 24 Apr.

  • While i am creating my business rule i am not able to connect the planning

    while i am creating my business rule i am not able to connect the planning application and database?I dont know what is the reason?

    Make sure you log into the planning application before logging into EAS.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • TS1372 Restoring my Ipod is not working. It restarts itself during the boot up process and the white bar under the apple logo is always so close to reaching the end but it restarts and tells me to restore it again.

    During the boot up process, the white bar under the apple logo is always so close to reaching the end but it restarts and tells me to restore it again. I have tried different usb ports and restarting computer but it wont work
    Ipod classic 120gb

    Have you tried restoring through iTunes?  If not, try pressing and holding the center 'Select' button and the top 'Menu' buttons together until it restarts.  Once you it restarts and you see the Apple logo, press and hold the left 'Previous' and center 'Select' buttons together to go into the diagnostics.  You can run tests through that and see if it's a hard drive issue or software issue.

Maybe you are looking for

  • F4 help for input field

    hi all i am developing a z report.input field is customer name (ADRC-NAME1). SAP has not given F4 help on this field. please tell mo how to give f4 Help for this field in report. regard. ulhas

  • Ichat will not work

    So here's my problem: When I open iChat it automatically opens up an empty chat. In the bottom right corner it says "Rejoin Chat" even though there's no chat for me to "rejoin". When I try to start a new chat, and I type in a message it sends but it

  • Delete windows warnings, error messages from hard drive

    delete windows warnings, error messages from hard drive

  • [SOLVED] Changing USB device option in /sys at boot

    'Sup! I'm using a Macbook Pro and I would like to have my function keys default to F1-F12 rather than the media buttons.  This can be done using echo 2 > /sys/module/hid_apple/parameters/fnmode However, I would like to find a neat and tidy way to do

  • Strange DAQmx Timing Source Timed Loop Error

    I have a digital edge counter fed into a timed loop. Everything works fine until I stop the loop, and stop the DAQ task. Once I restart the loop it fails with "resource is reserved". Attached is my code. Thanks Solved! Go to Solution. Attachments: da