Is there any open sourse java grid component based swing?

Hello everyone,
I've try to google in many ways,but can't find any.
If some body knows,Could you tell me the ?
Thanks a lot!

I'm not a native English speaker,feel so sorry that you can't get my meaning.
I'm looking for a TABLE COMPONENT that can do such things:
Show/Hide columns
Move columns
Lock columns
Row headers
context sesitive popup menus to access all the functions
Multiple cell renderers and editors including JFormattedTextField, Date (including
popup Calendar), JProgressBar, JScrollBar, JSpinner, JButton, JCheckBox, Color, JTextField,
JRadioButton, JComboBox, etc
Copy and paste from Excel
Background Image Support
Image Support for individual cells...(the common needs for table component)
is there any open source ones?

Similar Messages

  • Is there any way to know how much time swing client is on open state?

    Is there any way to know how much time swing client is on open state? My requirement is to show a message some time after the swing client open i.e., 4-5 hours.

    You could also consider using javax.swing.Timer and java.awt.event.ActionListener (or javax.swing.Action) which takes care of running the actionPerformed code on the EDT.
    db

  • Is there any method in Java to convert from system time to variant time?

    From MSDN:
    A variant time is stored as an 8-byte real value (double), representing a date between January 1, 100 and December 31, 9999, inclusive. The value 2.0 represents January 1, 1900; 3.0 represents January 2, 1900, and so on. Adding 1 to the value increments the date by a day. The fractional part of the value represents the time of day. Therefore, 2.5 represents noon on January 1, 1900; 3.25 represents 6:00 A.M. on January 2, 1900, and so on. Negative numbers represent dates prior to December 30, 1899.
    Is there any method in Java to do this or do I need to write it?

    do I need to write it?yes

  • Is There Any Tool in Java That Can Create Reports?

    Is there any tool in Java that can create reports? What is the tool?

    Google is your friend
    http://www.google.com/search?q=java+reporting+tools&sourceid=mozilla-search&start=0&start=0&ie=utf-8&oe=utf-8
    I've heard good things about JasperReports (theres a link on the first results page from the above Google search) but I haven't used it myself.

  • Are there any events to script a component when dragged and dropped into the parsys area?

    are there any events to script a component when dragged and dropped into the parsys area?

    The cq:listeners node of a component's cq:EditConfig has a number of events that fire with relation to the edit mode drag'n'drop stuff. You would probably want to hook one or more of the insert ones (beforeinsert, beforechildinsert, afterinsert, afterchildinsert).

  • Is there any Open source Reporting Toll for using in swing application ?

    Is there any reporting system like crystal report or any thing for report generation. Using JTable class it is so time taking job. I have downloaded Eclipse with crystal report embedded, and have created a report but can not integrate the report with JFrame with any menu item action. All the code i got releted to JSP. and few code get that are using
    //Crystal Java Reporting Component (JRC) imports.
    import com.crystaldecisions.reports.sdk.*;
    import com.crystaldecisions.sdk.occa.report.lib.*;
    //Java Imports.
    import javax.swing.*;
    public class JRCViewReport {
         private static final String REPORT_NAME = "JRCViewReport.rpt";
         public static void launchApplication() {
              try {
                   //Open report.
                   ReportClientDocument reportClientDoc = new ReportClientDocument();
                   reportClientDoc.open(REPORT_NAME, 0);
                   //Launch JFrame that contains the report viewer.
                   new ReportViewerFrame(reportClientDoc);          
              catch(ReportSDKException ex) {     
                   System.out.println(ex);
              catch(Exception ex) {
                   System.out.println(ex);               
         public static void main(String [] args) {
              //Event-dispatching thread to run Swing GUI.  This is good practice for Swing applications
              //to help ensure that events are dispatched in a predicatable order.
              //For more information on using this method, refer to the SUN site below for more details:
              //http://java.sun.com/products/jfc/tsc/articles/threads/threads1.html
              SwingUtilities.invokeLater(new Runnable() {
                   public void run() {
                        //Hand-off to worker function to start application.
                        launchApplication();                    
    }Also there is one file ReportViewerFrame.java
    but the error is "*com.crystaldecisions.reports.sdk*" not found
    Please help ..........................................................

    I have already use Jasper Report. Thakns a lot for your suggestion. Now I think i have solved your problem...... View the code.. this code will not open the JasperViewer but from the background it will be printed and after calling the printing function you can save a data in the database ------------------------
    JasperReport jasperReport = JasperCompileManager.compileReport(jasperDesign);
            Connection con = Database.getConnection(); // your database connection
            jasperPrint = JasperFillManager.fillReport(jasperReport, parameters, con);
            for(int i=0;;i++) { //print all pages
                try{
                    JRPrinterAWT.printPages(jasperPrint,i,i,false);
                }catch(Exception e) {
                    break;
            }

  • Is there any official SIGTRAN Java API?

    Hi,
    Is there any official Java package/API that implements the SIGTRAN protocol stack?
    Has anyone had any experience with this so far?
    Thanks in advance.

    Yes, thanks, I've already Googled a lot for this and I'm aware of Java SCTP implementation, which could help a lot.
    I'm just wondering is there anything we can use to completely handle the Sigtran protocol stacks, for example, this one:
    eth:ip:sctp:m3ua:sccp:tcap:gsm_map:gsm_sms
    or, is there any way to stack libraries/packages, in such a way that we can use Java SCTP to handle the transport protocol and some other library to handle the rest of those protocols, like m3ua, sccp.. (from the SS7 protocols family).
    Is there any easy way to just replace the SS7 signaling with SCTP based transport layer?
    Thanks for your help.

  • Java-only, Component based message alerting - loopback to sender system

    Dear guys,
    we are using the alert framework availbale on PI 7.11 to notify the sender system if there is an alert for specific interfaces. In that case a customer function module is called giving the message id of the request message (message is sent via ABAP proxy). As a result the according entry in customer table is updated.
    The implemntation is based on the BADI ALERT_MODIFY_TEXT and uses the standard function module ALE_BAPI_GET_UNIQUE_RECEIVER to determine the system /rfc destination to send the alert notification.
    This solution works fine so far.
    As PI 7.11 dual stack is not the latest release, we are thinking of upgrading to current PI/PO release. In this context also shift to java-only installation is contemplated which will need an alternative solution for the described alert/error notification loopback.
    Are there any possibilities analog to BADI to implement such a solution?
    What are your approaches regarding this requirement in the context of java-only?
    Any help/thoughts appreciated.
    Best regards,
    Jochen

    Hello,
    >>What are your approaches regarding this requirement in the context of java-only?
    I would suggest you to schedule jobs like this:
    Customize Alerts Using Job in PI 7.31/PO
    >> alerts are consumed according to the given interval and not in "real time" when error occurs, today solution using BADI is "real time" - if possible I would prefer "real time" solution
    Check this:
    Michal's PI tips: How to trigger an alert for Component Based Message Alerts (CBMA) via "API" ?
    >>an separate service determine the actual alert count would be helpful to provide the correct value for maxAlerts, this have to be called beforehand
    I haven't tried it but i think u can do that, since these consumers are nothing but JMS queues only so i think there will be a method to read number of alert counts.
    >>In history I saw emails generated by the standard alert consumer which only contain details for the first alert, in my case I need details especially the message id for all errorneous messages
    If ur max alert parameter is greater than 1 then u should see multiple alert text  (along with message id and other details) in ur email message.
    Thanks
    Amit Srivastava

  • Is there any way to disable time machine based on network connection?

    I would like to have time machine not run when I am on my wireless connection, but be enabled when connected via ethernet.
    Is there any way to do this automatically?
    Thanks!

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Console in the page that opens.
    Click the Clear Display icon in the toolbar. Try the action again. Post any messages that appear in the Console window – the text, please, not a screenshot.

  • Is there any process to convert an value-based hierarchy to level-based one

    Hi Experts,
    Is there any automated or manual process to convert the value-based hierarchy to the level-based hierarchy.
    Thanks
    VR

    Using SQL's "CONNECT BY" clause and PL/SQL programming we can convert a value-based hierarchy to a level based. I have not done this myself but I am positive we can get it to work.

  • Is there any difference in upgrade for position based security model

    Hello Gurus,
    I am working on a Upgrade project from 4.6c to ECC6.0 , In 4.6C R/3 system position based security concept is used.
    Are there any extra precautions need to be taken while upgrading in a position based security model ?
    Or
    Is it the same procedure either it is a role based security model or a postion based security model.
    iam new to this upgrade stuff, please kindly direct me in the right direction.
    Also please provide if any documents are available.
    Thanks,
    Sanketh.

    Hi,
    Already there are many document posted on SDN on same . Security upgrade is standard and mostly deal with role modification and can you elaborate more on Position based. Positiong related assignment also taken care with respective functional team  for ex :HR and technical team Workflow if there are any issues.
    Better you go throug the upgrade document .see post already available in forum before starting with upgrade.
    Experts correct me in case of correction.

  • Is there any class in java named State .and also HTML tag

    while reading a code of Servlet
    I came across a class called State in the code which is added in the Vector
    vector.addElement(new State("instating"));
    I have never heared of this class.
    and also in the same code I came across This 2 tag's of HTML
    out.println("<META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\">");
    out.println("<a href=\"/lifecycle/servlet/freak\">Reload</a></p>");
    please if any one can explain me this tags as I don't know HTML.

    Thank for Gussing actually there is a method in the application which take String as a parameter.name of the method is createState(String message) .I thik they have written wrong code by adding State ("string")
    in the book .the book is from the WROX press the name of the book is
    Java server programming J2EE edition but so far there was'nt any mistake in the book.
    any what about those HTML tag.

  • Is there any difference between java Beans and general class library?

    Hello,
    I know a Java Bean is just a java object. But also a general class instance is also a java object. So can you tell me difference between a java bean and a general class instance? Or are the two just the same?
    I assume a certain class is ("abc.class")
    Second question is is it correct that we must only use the tag <jsp:useBean id="obj" class="abc.class" scope="page" /> when we are writng jsp program which engage in using a class?Any other way to use a class( create object)? such as use the java keyword "new" inside jsp program?
    JohnWen604
    19-July-2005

    a bean is a Java class, but a Java class does not have to be a bean. In other words a bean in a specific Java class and has rules that have to be followed before you have a bean--like a no argument constructor. There are many other features of beans that you may implement if you so choose, but read over the bean tutorial and you'll see, there is a lot to a bean that is just not there for many of the Java classes.
    Second question: I'll defer to someone else, I do way to little JSP's to be able to say "must only[\b]".

  • Is there any way to repeat grid shuffling  at constant intervals while the game is being played ?

    Hello all !
    With the help of some generous members of this forum i have completed an "Alphabet Clicking" game. There is a grid of alphabet
    movieclips which gets shuffled when the player clicks the "Start Button". Simultaneously, a count-up timer is trigerred. Depending
    on the initial choice of incentive made by the player before clicking the "Start Button" , the player will either win or lose the incentive
    based on the time-limit set for each incentive.
    Eg., if the player chooses an incentive of 10 $ the player may have 90 seconds to complete the game. If 50 $, then the player gets
    only 20 seconds, and so on.... To make the game more thrilling and exciting, i wanted to add an additional functionality for a
    very high incentive, like for example, if the player chooses an incentive of 100 $, not only that the player gets just 20 seconds
    to complete the clicks, but the Grids will automatically get shuffled at every 5 second interval.The code that i am using (as guided
    by kglad of this forum) is as given below. Its a perfect code, but like i said, i wish to know how to add yet one more
    functionality [eg. repeated shuffle at set intervals] to this code. I tried using (a) conditional statements or (b) running the shuffle code
    inside a timer etc., but they dont seem to work.
    startBtn.addEventListener(MouseEvent.CLICK, trigGame)
    function trigGame(e:MouseEvent):void{
    startBtn.visible = false;
    var positions:Array = [new Point( 158, 296),new Point(238, 296),new Point(318,  296),
    new Point( 158, 366),new Point( 238, 366),new Point( 318, 366),new Point(158, 436),
    new Point( 238,436),new Point(318, 436)];
    var errors:int;
    var mcs:Array = [n1,n2,n3,n4,n5,n6,n7,n8,n9];
    startF();
    function startF():void{
    errors=0;
    shuffle(positions);
    for(var i:int=0;i<positions.length;i++){
    mcs[i].addEventListener(MouseEvent.MOUSE_DOWN,downF);
    mcs[i].x=positions[i].x;
    mcs[i].y=positions[i].y;
    mcs[i].alpha=1;
    function downF(e:MouseEvent):void{
    if(mcs.indexOf(e.currentTarget)==0 || mcs[mcs.indexOf(e.currentTarget)-1].alpha<.8){
    e.currentTarget.alpha=.5;
    e.currentTarget.removeEventListener(MouseEvent.MOUSE_DOWN,downF);
    if(mcs.indexOf(e.currentTarget)==mcs.length-1){
    gameoverF(); startBtn.visible = true;
    } else {
    errors++;
    function gameoverF():void{
    // display congrats if errors 0 or some other low number
    // when you want to restart the game, call startF().
    function shuffle(a:Array) {
        var p:int;
        var t:*;
        var ivar:int;
        for (ivar = a.length-1; ivar>=0; ivar--) {
            p=Math.floor((ivar+1)*Math.random());
            t = a[ivar];
            a[ivar] = a[p];
            a[p] = t;
    Thanks a  lot
    with best regards
    Shams

    @kglad
    Sir i used your code with a slight modification (for the timer part) and it throws the following error (given at the end):
    Complete Code Used (the modified part is highlighted):
    var positions:Array = [new Point( 158, 296),new Point(238, 296),new Point(318,  296),
    new Point( 158, 366),new Point( 238, 366),new Point( 318, 366),new Point(158, 436),
    new Point( 238,436),new Point(318, 436)];
    var errors:int;
    var count:Number = 0;
    var t:Timer = new Timer(5,0);
    t.addEventListener(TimerEvent.TIMER,ingameShuffleF);
    function ingameShuffleF(event:TimerEvent):void{
              myText_txt.text = String(count);
              count++;
    var mcs:Array = [n1,n2,n3,n4,n5,n6,n7,n8,n9];
    startBtn.addEventListener(MouseEvent.CLICK, startF);
    function startF():void{
    t.reset();
    t.start();
    errors=0;
    shuffleLettersF();
    for(var i:int=0;i<positions.length;i++){
    mcs[i].addEventListener(MouseEvent.MOUSE_DOWN,downF);
    mcs[i].alpha=1;
    function shuffleLettersF(e:TimerEvent=null):void{
    shuffle(positions);
    for(var i:int=0;i<positions.length;i++){
    mcs[i].addEventListener(MouseEvent.MOUSE_DOWN,downF);
    mcs[i].x=positions[i].x;
    mcs[i].y=positions[i].y;
    function downF(e:MouseEvent):void{
    if(mcs.indexOf(e.currentTarget)==0 || mcs[mcs.indexOf(e.currentTarget)-1].alpha<.8){
    e.currentTarget.alpha=.5;
    e.currentTarget.removeEventListener(MouseEvent.MOUSE_DOWN,downF);
    if(mcs.indexOf(e.currentTarget)==mcs.length-1){
    gameoverF(); startBtn.visible = true;
    } else {
    errors++;
    function gameoverF():void{
    // display congrats if errors 0 or some other low number
    // when you want to restart the game, call startF().
    t.stop();
    function shuffle(a:Array) {
        var p:int;
        var t:*;
        var ivar:int;
        for (ivar = a.length-1; ivar>=0; ivar--) {
            p=Math.floor((ivar+1)*Math.random());
            t = a[ivar];
            a[ivar] = a[p];
            a[p] = t;
    The error it throws is :
    Scene 1, Layer 'actions', Frame 1, Line 25
    1120: Access of undefined property downF.
    line 25 is as follows :
    mcs[i].addEventListener(MouseEvent.MOUSE_DOWN,downF);
    Thanks a lot
    with regards
    Shams

  • Is there any way to reference a component and its properties in a variable ?

    I have two custom components. Only one ever displays depending on the currentState value.
    <componants:wrUnapproved
        itemCreationPolicy="immediate"
        excludeFrom="SQLSERVER"
        id="wrUnapprovedComp"
        wrIdLv="{parentApplication.wrId}"
        userTypeCdLv="{parentApplication.userTypeCd}"
        width="100%"
        height="354"
        y="25"/>
       <componants:wrUnapprovedSqlServer
        itemCreationPolicy="immediate"
        includeIn="SQLSERVER"
        id="wrUnapprovedCompSs"
        wrIdLv="{parentApplication.wrId}"
        userTypeCdLv="{parentApplication.userTypeCd}"
        width="100%"
        height="354"
        y="25"/>
    Now I want to refrence whichever one is active and dynamically reference it
    Like
    myComponanet.init();
    where myComponanet is either wrUnapprovedComp or wrUnapprovedCompSs

    Found my own answer
    var pp:Object = wrUnapprovedComp;  

Maybe you are looking for

  • Installs and lists my Officejet Pro 8500A910n as a "fax-printer" only.

    When installing as a wireless network printer, it only will list the printer as a "HP Fax-Officejet Pro 8500 A910 Network)" printer. Not able to print, only fax. I have selected the complete software download and keeps installing this same way as a f

  • How to read files on server from a java program?

    Hello, I am fairly new to JSP programming. I have an issue with reading files. I am trying to call method of a normal java file from a jsp program. The method I am trying to call does some IO operation on Files. I have the files in the same directory

  • What does ip fragment reassembly do

    hi can someone pls tell me what is the meaning of ip reassembly mode in the global configuration where it gives a option for operating system. i mean what does this option actually do. can someone pls guide me. regards sebastan

  • Installing windows vista load driver problem

    I am trying to load Windows Vista Ultimate SP1 32. I follow the bootcamp assistant instructions. I select "Disk 0 Partition 3 BOOTCAMP" as instructed but the "Next" button will not function. I can tab or select between drives, Refresh and Load Driver

  • What is procedure to recover music after ipod hardware failure

    My uncle's ipod had a hardware failure and died. Apple genius bar gave him an estimate for repair. But he has not repaired it yet. At that time, his music was still playable within iTunes. Then my uncle's tried to transfer music library to his daught