Component visibility getting delay while drop the component in the Panel

Hi,
In my project I have used drag and drop functionality to drop the Icon from 1st panel to 2nd panel. The 1st panel contains three buttons with different icons and the 2nd panel is added as the destination (Drop place) in the desktop pane. While drag and drop I have used a panel and label to place the icon in the 2nd panel. The icon which is available in the label visibility getting delay(nearly 5 - 10 sec) at the first time drag and drop. After that there is no time delay for the drag and drop. This happens all the time while start my project. I have tried repaint() and revalidate() for all the panels still the delay is there. Kindly suggest any idea to reduce the delay.
Thanks in advance...

Component visiblity getting delay while drop the component in the panel in java swing with comment "Kindly suggest any idea to reduce the delay" - A SSCCE  by @MadProgrammer

Similar Messages

  • Getting error while trying to edit locally  the document in KM of portal.

    Hi all
    we have configured  file server in km portal as fsdb mode in portal (ep 7  sp 14). We were able to edit locally the documents . But all of a sudden from some of the PCs  we are getting the following error while  trying to edit the documents.
    The download of the document failed .
    Is there any PC specific configuration required? For the same user  we are able to edit the documents from some PCs  but from another it is not working.
    Thannking you.
    Rajendra.

    Hi,
    You have to set your activex control properly. then only edit locally in KM will work.
    Also check the below wiki
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/KMC/HowtotroubleshootproblemswithLocalEditing
    Hope that helps
    Raghu

  • OBIEE : Getting Error while running a report from the Answers tab

    Hi,
    I have recently installed OBIEE 10.1.3.4.2 and Oracle XE databse in a Windows XP (Professional version 2002 Service Pack 3) virtual machine on my Windows 7 machine.
    Created and loaded the Default rpd file. I have used "Oracle in XE" as driver in the DSN and in the Connection Pool the Call Interface is ODBC 3.5.
    In the Presentation Services I have logged on as Administrator, selected a Subject Area, then selected a single column from the list of columns and ran Display results. I am getting the following error :
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 16001] ODBC error state: IM003 code: 160 message: Specified driver could not be loaded due to system error 1114 (Oracle in XE).. (HY000)
    SQL Issued: SELECT TEST_PERIOD.PER_KEY saw_0 FROM TESTUSER ORDER BY saw_0
    Can anyone help me with this problem.
    Thanks
    Sanjay

    I restrated the VM and that has fixed the problem.
    Thanks

  • Getting error while calling AME api from the page

    Hi,
    I am calling ame api ame_api2.getallapprovers7 from our custom page.I have written following code-
    public void getapprovers(String transactionid)
    String OutError = "";
    ArrayList al = new ArrayList();
    OADBTransaction trans = getOADBTransaction();
    String insStmnt = "BEGIN " +
    "ame_api2.getAllApprovers7(applicationIdIn => :1,transactionTypeIn =>:2,transactionIdIn =>:3,"+
    "l_processYN =>:4,approversOut =>:5); " +
    "END;";
    OracleCallableStatement stmt = (OracleCallableStatement)trans.createCallableStatement(insStmnt, 1);
    try
    stmt.setString(1, "800");
    stmt.setString(2, "XXXXCWKAPP");
    stmt.setString(3, transactionid);
    stmt.registerOutParameter(4, OracleTypes.VARCHAR);
    stmt.registerOutParameter(5, OracleTypes.ARRAY,"XXXX_APPROVER_TABLE");
    stmt.execute();
    // OAExceptionUtils.checkErrors as per PLSQL API standards
    OAExceptionUtils.checkErrors(trans);
    ARRAY arrayError = stmt.getARRAY(5);
    Datum[] arr = arrayError.getOracleArray();
    for (int i = 0; i < arr.length; i++)
    oracle.sql.STRUCT os = (oracle.sql.STRUCT)arr;
    Object[] a = os.getAttributes();
    System.out.println("Column:" + a[0] + " Value:" + a[1]);
    //OutError = (String)a[1];
    //al.add(new OAException(OutError, OAException.ERROR));
    stmt.close();
    catch(SQLException sqle){
    try { stmt.close(); }
    catch (Exception e) {;}
    throw OAException.wrapperException(sqle);
    if (OutError != null)
    // OAException.raiseBundledOAException(al);
    4 and 5th parameters are out parameters and 5th parameter provides the approver records and it should have the same data type as ame_util.approversTable2. I have created this table type explicitly in oracle by the name XXXX_APPROVER_TABLE but i am getting the error while running the page "java.sql.SQLException: Fail to construct descriptor: Unable to resolve type: "APPS.ETHR_APPROVER_TABLE"". I requirement is to take the 5th parameter in ame_util.approversTable2 data type.
    Please help me urgently.
    Thanks
    Ashish

    Hi Kumar,
    The ETHR_APPROVER_TABLE is custom pl sql indexed table that I have created.following are the parameters of api-
    procedure getAllApprovers7(
    applicationIdIn in number,
    transactionTypeIn in varchar2,
    transactionIdIn in varchar2,
    approvalProcessCompleteYNOut out varchar2,
    approversOut out nocopy ame_util.approversTable2);
    i need a out variable of type ame_util.approversTable2 so get the values.
    I have changed the code and now getting the following error-
    java.sql.SQLException: ORA-03115: unsupported network datatype or representation
    I have only changed this statement.
    stmt.registerOutParameter(5,OracleTypes.PLSQL_INDEX_TABLE);//,"XXXX_APPROVAL_TBL");
    Edited by: user5756777 on Jul 13, 2009 4:17 AM

  • Workspace 4 Minutes delay while running first report of the session

    Hi Techies,
    We are facing a strange issue in Workspace. When the user logs in to workspace and tries runs first report it nearly takes 4 or 5 minutes to bring up the POVs or Prompts. After this 4 minutes delay any subsequent action on reports is faster.
    But when the user logs off and log back in we are facing the same delay. Looks like this problem is there for every session.
    Any insight on this issue will be highly helpful
    Thanks
    With Regards,
    Rajkumar

    I am experiencing the same issue with a system 9.3 implementation. The issue occurs in Workspace only, not within the Financial Reporting Studio. That is making me think it is more of a web/application server issue. I have not been able to resolve, but any help would be appreciated.

  • Getting Error while deleting a field from the 'Z' Structure

    Hi All,
    I have created a 'z' structure in which i have 5 fields, now i want to delete one field from the structure, but it is giving me error like Invalid Change.
    Its a structure so i cant activate and adjust as we do for Tables.(se14)
    So pls help me out asap.
    thanks & Regards,
    Dhruv Shah

    Thanks for Quick Reply.
    I have not used this field in any FM/ Report.
    I have tried log off and then log on. but it make no difference.
    Now the Other scenario is that i want to change the datatype of this field to TEXT25.
    But it is also not allowing me to change because currently datatype is TEXT20.
    So now how can i change the length from 20 to 25.
    Regards,
    Dhruv Shah

  • Getting 404 while view in browser from the site studio desinger..10gr4

    Hi ,
    Thanks for the help guys.
    I have a question here...I have created a website using site studio designer and a home page ..when i right click on the home page i have created...to view in the browser..its giving me 404 error...i am not sure whats the problem is...
    the url looks like this
    http://myucmIpAddress/sitestudiosamplewebsite/index.htm

    Hi
    Reason is you have missed out to make the config changes in Apache webserver's httpd.conf file . It should be like this :
    <Location "/">
    IdcSecurity idc
    </Location>
    Restart apache after this and then test .
    Thanks
    Srinath

  • Getting Error while trying to dynamically extending  the VO through Control

    Hi,
    PoRequSuppliersVO is the vo to which i am trying to add a dynamic and clause. I tried to as much info as possible. Please help me understand , why am i not able to add the add condition . In the below, i have jsut hardcoded the value to 100 to see if it works.
    Controller Code:
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    OAViewObject vo= (OAViewObject)am.findViewObject("PoReqSuppliersVO");
    vo.setWhereClause("PoRequisitionSupplierEO.RATE = :2");
    vo.setWhereClauseParams(null);
    vo.setWhereClauseParam(2,100);
    vo.executeQuery();
    String Query = vo.getQuery();
    pageContext.writeDiagnostics("The Query value is :"," Value"+ Query, 1);
    Error Stack :
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT PoRequisitionSupplierEO.REQUISITION_LINE_ID, PoRequisitionSupplierEO.VENDOR_ID, PoRequisitionSupplierEO.VENDOR_SITE_ID, PoRequisitionSupplierEO.VENDOR_CONTACT_ID, PoRequisitionSupplierEO.NOTE_TO_VENDOR, PoRequisitionSupplierEO.DOCUMENT_TYPE_CODE, PoRequisitionSupplierEO.SOURCE_DOC_HEADER_ID, PoRequisitionSupplierEO.SOURCE_DOC_LINE_ID, PoRequisitionSupplierEO.SOURCE_DOC_LINE_NUM, PoRequisitionSupplierEO.UNIT_PRICE, PoRequisitionSupplierEO.CURRENCY_UNIT_PRICE, PoRequisitionSupplierEO.AMOUNT, PoRequisitionSupplierEO.CURRENCY_AMOUNT, PoRequisitionSupplierEO.CURRENCY_CODE, PoRequisitionSupplierEO.RATE_TYPE, PoRequisitionSupplierEO.RATE_DATE, PoRequisitionSupplierEO.RATE, PoRequisitionSupplierEO.PRICE_BREAK_ID, PoRequisitionSupplierEO.NOT_TO_EXCEED_PRICE, PoRequisitionSupplierEO.ALLOW_PRICE_OVERRIDE_FLAG, PoRequisitionSupplierEO.ALLOW_RATE_DIFFERENTIAL_FLAG, PoRequisitionSupplierEO.SUPPLIER_NOTIFIED_FLAG, PoRequisitionSupplierEO.SUPPLIER_NOTIFIED_DATE, PoRequisitionSupplierEO.LAST_UPDATE_DATE, PoRequisitionSupplierEO.LAST_UPDATED_BY, PoRequisitionSupplierEO.LAST_UPDATE_LOGIN, PoRequisitionSupplierEO.CREATION_DATE, PoRequisitionSupplierEO.CREATED_BY, PoRequisitionSupplierEO.REQUISITION_SUPPLIER_ID, PoRequisitionSupplierEO.ROWID, PoRequisitionSupplierEO.CANDIDATE_FIRST_NAME, PoRequisitionSupplierEO.CANDIDATE_LAST_NAME, PoRequisitionSupplierEO.UNIT_MEAS_LOOKUP_CODE FROM PO_REQUISITION_SUPPLIERS PoRequisitionSupplierEO WHERE (PoRequisitionSupplierEO.RATE = :2) AND PoRequisitionSupplierEO.REQUISITION_LINE_ID = :1
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:896)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:612)
         at oracle.apps.fnd.framework.webui.OAWebBeanTableHelper.processRequest(OAWebBeanTableHelper.java:2141)
         at oracle.apps.fnd.framework.webui.beans.table.OATableBean.processRequest(OATableBean.java:1035)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1166)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2514)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1895)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:539)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:427)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:889)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    ## Detail 0 ##
    java.sql.SQLException: Invalid column index
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:199)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:263)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:271)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:445)
         at oracle.jdbc.driver.OraclePreparedStatement.setIntInternal(OraclePreparedStatement.java:4605)
         at oracle.jdbc.driver.OraclePreparedStatement.setObjectCritical(OraclePreparedStatement.java:7738)
         at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:7517)
         at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:8174)
         at oracle.jdbc.driver.OraclePreparedStatement.setObject(OraclePreparedStatement.java:8155)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.setObject(OraclePreparedStatementWrapper.java:230)
         at oracle.jbo.server.BaseSQLBuilderImpl.bindParamValue(BaseSQLBuilderImpl.java:1847)
         at oracle.jbo.server.OracleSQLBuilderImpl.bindParamValue(OracleSQLBuilderImpl.java:3893)
         at oracle.jbo.server.BaseSQLBuilderImpl.bindParametersForStmt(BaseSQLBuilderImpl.java:3335)
         at oracle.jbo.server.ViewObjectImpl.bindParametersForCollection(ViewObjectImpl.java:13827)
         at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:804)
         at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:669)
         at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3723)
         at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(Unknown Source)
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4559)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:743)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:892)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:806)
         at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:800)
         at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3643)
    PoReqSupplierVO Query :
    Name="PoReqSuppliersVO"
    SelectList="PoRequisitionSupplierEO.REQUISITION_LINE_ID,
    PoRequisitionSupplierEO.VENDOR_ID,
    PoRequisitionSupplierEO.VENDOR_SITE_ID,
    PoRequisitionSupplierEO.VENDOR_CONTACT_ID,
    PoRequisitionSupplierEO.NOTE_TO_VENDOR,
    PoRequisitionSupplierEO.DOCUMENT_TYPE_CODE,
    PoRequisitionSupplierEO.SOURCE_DOC_HEADER_ID,
    PoRequisitionSupplierEO.SOURCE_DOC_LINE_ID,
    PoRequisitionSupplierEO.SOURCE_DOC_LINE_NUM,
    PoRequisitionSupplierEO.UNIT_PRICE,
    PoRequisitionSupplierEO.CURRENCY_UNIT_PRICE,
    PoRequisitionSupplierEO.AMOUNT,
    PoRequisitionSupplierEO.CURRENCY_AMOUNT,
    PoRequisitionSupplierEO.CURRENCY_CODE,
    PoRequisitionSupplierEO.RATE_TYPE,
    PoRequisitionSupplierEO.RATE_DATE,
    PoRequisitionSupplierEO.RATE,
    PoRequisitionSupplierEO.PRICE_BREAK_ID,
    PoRequisitionSupplierEO.NOT_TO_EXCEED_PRICE,
    PoRequisitionSupplierEO.ALLOW_PRICE_OVERRIDE_FLAG,
    PoRequisitionSupplierEO.ALLOW_RATE_DIFFERENTIAL_FLAG,
    PoRequisitionSupplierEO.SUPPLIER_NOTIFIED_FLAG,
    PoRequisitionSupplierEO.SUPPLIER_NOTIFIED_DATE,
    PoRequisitionSupplierEO.LAST_UPDATE_DATE,
    PoRequisitionSupplierEO.LAST_UPDATED_BY,
    PoRequisitionSupplierEO.LAST_UPDATE_LOGIN,
    PoRequisitionSupplierEO.CREATION_DATE,
    PoRequisitionSupplierEO.CREATED_BY,
    PoRequisitionSupplierEO.REQUISITION_SUPPLIER_ID,
    PoRequisitionSupplierEO.ROWID,
    PoRequisitionSupplierEO.CANDIDATE_FIRST_NAME,
    PoRequisitionSupplierEO.CANDIDATE_LAST_NAME,
    PoRequisitionSupplierEO.UNIT_MEAS_LOOKUP_CODE"
    FromList="PO_REQUISITION_SUPPLIERS PoRequisitionSupplierEO"
    BindingStyle="Oracle"
    CustomQuery="false"
    RowClass="oracle.apps.icx.por.req.server.PoReqSuppliersVORowImpl"
    ComponentClass="oracle.apps.icx.por.req.server.PoReqSuppliersVOImpl"
    Complete EO :
    <?xml version='1.0' encoding='US-ASCII' ?>
    <!DOCTYPE Entity SYSTEM "jbo_03_01.dtd">
    <!-- $Header: PoRequisitionSupplierEO.xml 120.8 2006/07/25 06:43:17 sudsubra noship $
    "$Header: PoRequisitionSupplierEO.xml 120.8 2006/07/25 06:43:17 sudsubra noship $" -->
    <Entity
    Name="PoRequisitionSupplierEO"
    DBObjectType="synonym"
    DBObjectName="PO_REQUISITION_SUPPLIERS"
    AliasName="PoRequisitionSupplierEO"
    BindingStyle="Oracle"
    UseGlueCode="false"
    CodeGenFlag="4"
    RowClass="oracle.apps.icx.por.schema.server.PoRequisitionSupplierEOImpl"
    DefClass="oracle.apps.fnd.framework.server.OAEntityDefImpl"
    CollClass="oracle.apps.fnd.framework.server.OAEntityCache" >
    <DesignTime>
    <Attr Name="_isCodegen" Value="true" />
    <Attr Name="_version" Value="10.1.3.33.5" />
    <AttrArray Name="_publishEvents">
    </AttrArray>
    <Attr Name="_superClass" Value="oracle.apps.icx.por.schema.server.PorBaseEOImpl" />
    </DesignTime>
    <Attribute
    Name="RequisitionLineId"
    IsNotNull="true"
    Type="oracle.jbo.domain.Number"
    ColumnName="REQUISITION_LINE_ID"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="VendorId"
    IsNotNull="true"
    Type="oracle.jbo.domain.Number"
    ColumnName="VENDOR_ID"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="VendorSiteId"
    Type="oracle.jbo.domain.Number"
    ColumnName="VENDOR_SITE_ID"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="VendorContactId"
    Type="oracle.jbo.domain.Number"
    ColumnName="VENDOR_CONTACT_ID"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="NoteToVendor"
    Precision="480"
    Type="java.lang.String"
    ColumnName="NOTE_TO_VENDOR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="480" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="DocumentTypeCode"
    Precision="25"
    Type="java.lang.String"
    ColumnName="DOCUMENT_TYPE_CODE"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="25" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="SourceDocHeaderId"
    Type="oracle.jbo.domain.Number"
    ColumnName="SOURCE_DOC_HEADER_ID"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="SourceDocLineId"
    Type="oracle.jbo.domain.Number"
    ColumnName="SOURCE_DOC_LINE_ID"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="SourceDocLineNum"
    Type="oracle.jbo.domain.Number"
    ColumnName="SOURCE_DOC_LINE_NUM"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="UnitPrice"
    Type="oracle.jbo.domain.Number"
    ColumnName="UNIT_PRICE"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="CurrencyUnitPrice"
    Type="oracle.jbo.domain.Number"
    ColumnName="CURRENCY_UNIT_PRICE"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="Amount"
    Type="oracle.jbo.domain.Number"
    ColumnName="AMOUNT"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="CurrencyAmount"
    Type="oracle.jbo.domain.Number"
    ColumnName="CURRENCY_AMOUNT"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="CurrencyCode"
    Precision="15"
    Type="java.lang.String"
    ColumnName="CURRENCY_CODE"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="15" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="RateType"
    Precision="30"
    Type="java.lang.String"
    ColumnName="RATE_TYPE"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="30" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="RateDate"
    Type="oracle.jbo.domain.Date"
    ColumnName="RATE_DATE"
    ColumnType="DATE"
    SQLType="DATE"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="7" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="Rate"
    Type="oracle.jbo.domain.Number"
    ColumnName="RATE"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="PriceBreakId"
    Type="oracle.jbo.domain.Number"
    ColumnName="PRICE_BREAK_ID"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="NotToExceedPrice"
    Type="oracle.jbo.domain.Number"
    ColumnName="NOT_TO_EXCEED_PRICE"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="AllowPriceOverrideFlag"
    Precision="1"
    Type="java.lang.String"
    ColumnName="ALLOW_PRICE_OVERRIDE_FLAG"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="1" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="AllowRateDifferentialFlag"
    Precision="1"
    Type="java.lang.String"
    ColumnName="ALLOW_RATE_DIFFERENTIAL_FLAG"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="1" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="SupplierNotifiedFlag"
    Precision="1"
    Type="java.lang.String"
    ColumnName="SUPPLIER_NOTIFIED_FLAG"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="1" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="SupplierNotifiedDate"
    Type="oracle.jbo.domain.Date"
    ColumnName="SUPPLIER_NOTIFIED_DATE"
    ColumnType="DATE"
    SQLType="DATE"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="1" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="LastUpdateDate"
    Type="oracle.jbo.domain.Date"
    ColumnName="LAST_UPDATE_DATE"
    ColumnType="DATE"
    SQLType="DATE"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="7" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="LastUpdatedBy"
    Type="oracle.jbo.domain.Number"
    ColumnName="LAST_UPDATED_BY"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="LastUpdateLogin"
    Type="oracle.jbo.domain.Number"
    ColumnName="LAST_UPDATE_LOGIN"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="CreationDate"
    Type="oracle.jbo.domain.Date"
    ColumnName="CREATION_DATE"
    ColumnType="DATE"
    SQLType="DATE"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="7" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="CreatedBy"
    Type="oracle.jbo.domain.Number"
    ColumnName="CREATED_BY"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="RequisitionSupplierId"
    IsNotNull="true"
    Type="oracle.jbo.domain.Number"
    ColumnName="REQUISITION_SUPPLIER_ID"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="22" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="RowID"
    IsUpdateable="false"
    Type="oracle.jbo.domain.RowID"
    ColumnName="ROWID"
    ColumnType="ROWID"
    SQLType="ROWID"
    PrimaryKey="true" >
    </Attribute>
    <Attribute
    Name="CandidateFirstName"
    Precision="240"
    Type="java.lang.String"
    ColumnName="CANDIDATE_FIRST_NAME"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="240" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="CandidateLastName"
    Precision="240"
    Type="java.lang.String"
    ColumnName="CANDIDATE_LAST_NAME"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="240" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="UnitMeasLookupCode"
    Precision="25"
    Type="java.lang.String"
    ColumnName="UNIT_MEAS_LOOKUP_CODE"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    TableName="PO_REQUISITION_SUPPLIERS" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="25" />
    </DesignTime>
    </Attribute>
    <AccessorAttribute
    Name="PoRequisitionLineEO"
    Association="oracle.apps.icx.por.schema.server.ReqLineToReqSuppliersAO"
    AssociationEnd="oracle.apps.icx.por.schema.server.ReqLineToReqSuppliersAO.PoRequisitionLineEO"
    AssociationOtherEnd="oracle.apps.icx.por.schema.server.ReqLineToReqSuppliersAO.PoRequisitionSupplierEO"
    Type="oracle.apps.icx.por.schema.server.PoRequisitionLineEOImpl" >
    </AccessorAttribute>
    </Entity>
    Thank a lot

    Here you go..
    <?xml version="1.0" encoding='windows-1252'?>
    <!DOCTYPE ViewObject SYSTEM "jbo_03_01.dtd">
    <!-- $Header: PoReqSuppliersVO.xml 120.5 2006/07/25 04:42:47 sudsubra noship $ -->
    <ViewObject
    Name="PoReqSuppliersVO"
    SelectList="PoRequisitionSupplierEO.REQUISITION_LINE_ID,
    PoRequisitionSupplierEO.VENDOR_ID,
    PoRequisitionSupplierEO.VENDOR_SITE_ID,
    PoRequisitionSupplierEO.VENDOR_CONTACT_ID,
    PoRequisitionSupplierEO.NOTE_TO_VENDOR,
    PoRequisitionSupplierEO.DOCUMENT_TYPE_CODE,
    PoRequisitionSupplierEO.SOURCE_DOC_HEADER_ID,
    PoRequisitionSupplierEO.SOURCE_DOC_LINE_ID,
    PoRequisitionSupplierEO.SOURCE_DOC_LINE_NUM,
    PoRequisitionSupplierEO.UNIT_PRICE,
    PoRequisitionSupplierEO.CURRENCY_UNIT_PRICE,
    PoRequisitionSupplierEO.AMOUNT,
    PoRequisitionSupplierEO.CURRENCY_AMOUNT,
    PoRequisitionSupplierEO.CURRENCY_CODE,
    PoRequisitionSupplierEO.RATE_TYPE,
    PoRequisitionSupplierEO.RATE_DATE,
    PoRequisitionSupplierEO.RATE,
    PoRequisitionSupplierEO.PRICE_BREAK_ID,
    PoRequisitionSupplierEO.NOT_TO_EXCEED_PRICE,
    PoRequisitionSupplierEO.ALLOW_PRICE_OVERRIDE_FLAG,
    PoRequisitionSupplierEO.ALLOW_RATE_DIFFERENTIAL_FLAG,
    PoRequisitionSupplierEO.SUPPLIER_NOTIFIED_FLAG,
    PoRequisitionSupplierEO.SUPPLIER_NOTIFIED_DATE,
    PoRequisitionSupplierEO.LAST_UPDATE_DATE,
    PoRequisitionSupplierEO.LAST_UPDATED_BY,
    PoRequisitionSupplierEO.LAST_UPDATE_LOGIN,
    PoRequisitionSupplierEO.CREATION_DATE,
    PoRequisitionSupplierEO.CREATED_BY,
    PoRequisitionSupplierEO.REQUISITION_SUPPLIER_ID,
    PoRequisitionSupplierEO.ROWID,
    PoRequisitionSupplierEO.CANDIDATE_FIRST_NAME,
    PoRequisitionSupplierEO.CANDIDATE_LAST_NAME,
    PoRequisitionSupplierEO.UNIT_MEAS_LOOKUP_CODE"
    FromList="PO_REQUISITION_SUPPLIERS PoRequisitionSupplierEO"
    BindingStyle="Oracle"
    CustomQuery="false"
    RowClass="oracle.apps.icx.por.req.server.PoReqSuppliersVORowImpl"
    ComponentClass="oracle.apps.icx.por.req.server.PoReqSuppliersVOImpl"
    MsgBundleClass="oracle.jbo.common.JboResourceBundle"
    FetchMode="FETCH_AS_NEEDED"
    Passivate="All"
    UseGlueCode="false" >
    <DesignTime>
    <Attr Name="_isCodegen" Value="true" />
    <Attr Name="_version" Value="9.0.3.11.44" />
    <Attr Name="_CodeGenFlagNew" Value="36" />
    </DesignTime>
    <EntityUsage
    Name="PoRequisitionSupplierEO"
    Entity="oracle.apps.icx.por.schema.server.PoRequisitionSupplierEO" >
    <DesignTime>
    <Attr Name="_EntireObjectTable" Value="false" />
    <Attr Name="_queryClause" Value="true" />
    </DesignTime>
    </EntityUsage>
    <ViewAttribute
    Name="RequisitionLineId"
    IsNotNull="true"
    EntityAttrName="RequisitionLineId"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="REQUISITION_LINE_ID"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="VendorId"
    IsNotNull="true"
    EntityAttrName="VendorId"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="VENDOR_ID"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="VendorSiteId"
    EntityAttrName="VendorSiteId"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="VENDOR_SITE_ID"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="VendorContactId"
    EntityAttrName="VendorContactId"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="VENDOR_CONTACT_ID"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="NoteToVendor"
    EntityAttrName="NoteToVendor"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="NOTE_TO_VENDOR"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="DocumentTypeCode"
    EntityAttrName="DocumentTypeCode"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="DOCUMENT_TYPE_CODE"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="SourceDocHeaderId"
    EntityAttrName="SourceDocHeaderId"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="SOURCE_DOC_HEADER_ID"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="SourceDocLineId"
    EntityAttrName="SourceDocLineId"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="SOURCE_DOC_LINE_ID"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="SourceDocLineNum"
    EntityAttrName="SourceDocLineNum"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="SOURCE_DOC_LINE_NUM"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="UnitPrice"
    EntityAttrName="UnitPrice"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="UNIT_PRICE"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="CurrencyUnitPrice"
    EntityAttrName="CurrencyUnitPrice"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="CURRENCY_UNIT_PRICE"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="Amount"
    EntityAttrName="Amount"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="AMOUNT"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="CurrencyAmount"
    EntityAttrName="CurrencyAmount"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="CURRENCY_AMOUNT"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="CurrencyCode"
    EntityAttrName="CurrencyCode"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="CURRENCY_CODE"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="RateType"
    EntityAttrName="RateType"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="RATE_TYPE"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="RateDate"
    EntityAttrName="RateDate"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="RATE_DATE"
    ColumnType="DATE" >
    </ViewAttribute>
    <ViewAttribute
    Name="Rate"
    EntityAttrName="Rate"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="RATE"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="PriceBreakId"
    EntityAttrName="PriceBreakId"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="PRICE_BREAK_ID"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="NotToExceedPrice"
    EntityAttrName="NotToExceedPrice"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="NOT_TO_EXCEED_PRICE"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="AllowPriceOverrideFlag"
    EntityAttrName="AllowPriceOverrideFlag"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="ALLOW_PRICE_OVERRIDE_FLAG"
    Passivate="true"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="AllowRateDifferentialFlag"
    EntityAttrName="AllowRateDifferentialFlag"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="ALLOW_RATE_DIFFERENTIAL_FLAG"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="SupplierNotifiedFlag"
    EntityAttrName="SupplierNotifiedFlag"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="SUPPLIER_NOTIFIED_FLAG"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="SupplierNotifiedDate"
    EntityAttrName="SupplierNotifiedDate"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="SUPPLIER_NOTIFIED_DATE"
    ColumnType="DATE" >
    </ViewAttribute>
    <ViewAttribute
    Name="LastUpdateDate"
    EntityAttrName="LastUpdateDate"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="LAST_UPDATE_DATE"
    ColumnType="DATE" >
    </ViewAttribute>
    <ViewAttribute
    Name="LastUpdatedBy"
    EntityAttrName="LastUpdatedBy"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="LAST_UPDATED_BY"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="LastUpdateLogin"
    EntityAttrName="LastUpdateLogin"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="LAST_UPDATE_LOGIN"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="CreationDate"
    EntityAttrName="CreationDate"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="CREATION_DATE"
    ColumnType="DATE" >
    </ViewAttribute>
    <ViewAttribute
    Name="CreatedBy"
    EntityAttrName="CreatedBy"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="CREATED_BY"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="RequisitionSupplierId"
    IsNotNull="true"
    EntityAttrName="RequisitionSupplierId"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="REQUISITION_SUPPLIER_ID"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="RowID"
    IsUpdateable="false"
    EntityAttrName="RowID"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="ROWID"
    ColumnType="ROWID" >
    </ViewAttribute>
    <ViewAttribute
    Name="CandidateFirstName"
    EntityAttrName="CandidateFirstName"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="CANDIDATE_FIRST_NAME"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="CandidateLastName"
    EntityAttrName="CandidateLastName"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="CANDIDATE_LAST_NAME"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="UnitMeasLookupCode"
    EntityAttrName="UnitMeasLookupCode"
    EntityUsage="PoRequisitionSupplierEO"
    AliasName="UNIT_MEAS_LOOKUP_CODE"
    ColumnType="VARCHAR2" >
    </ViewAttribute>
    <ViewAttribute
    Name="VendorFax"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="VendorContact"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="VendorPhone"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="VendorSiteCode"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="VendorEmail"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="VendorName"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="UnitTl"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="Selected"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="FunctionalCurrencyCode"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="NotToExceedCurrencyPrice"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="oracle.jbo.domain.Number"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="NUMERIC" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsNotFunctionalCurrCode"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsRateBased"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsFixedPrice"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="DoesRateExist"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="DoesPriceLimitExist"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="DoesAmountExist"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="DoesAmountLimitExist"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="DoesCurrPriceLimitExist"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="DoesCurrAmountLimitExist"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsRateDifferentialYes"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsRateDifferentialNo"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="RateDifferentialLookup"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="AllowPriceOverrideLookup"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="DoesCurrencyAmountExist"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="SourceDocNum"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="NotToExceedFunctionalPrice"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="oracle.jbo.domain.Number"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="NUMERIC" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsNoteToSupplierRendered"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsAddNoteToSupplierRendered"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsEditNoteToSupplierRendered"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsViewNoteToSupplierRendered"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="SourceDocType"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="RetainedNoteToVendor"
    IsQueriable="false"
    IsPersistent="false"
    Precision="480"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="SupplierRateDisplay"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="SupplierAmountDisplay"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="SupplierRateLimitDisplay"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="SupplierAmountLimitDisplay"
    IsQueriable="false"
    IsPersistent="false"
    Precision="255"
    Type="java.lang.String"
    AliasName="VIEW_ATTR"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsSingleSupplier"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    <ViewAttribute
    Name="IsMultipleSupplier"
    IsQueriable="false"
    IsPersistent="false"
    Type="java.lang.Boolean"
    AliasName="VIEW_ATTR"
    ColumnType="BOOLEAN"
    SQLType="BIT" >
    </ViewAttribute>
    </ViewObject>

  • Getting error while trying to connect to the oracle database using SQL Deve

    Hi everybody,
    I installed sql developer and want to make a new connection, but it shows:Status: Failure- Test failed:IO Error:The Network Adapter could not establish the connection.
    Please anybody help me. Appreciate you, in help.
    Thank You,

    This is usually a problem with either your connection definition, or the basic network setup.
    Try following the trouble shooting steps here

  • Calling a method in the view controller from the component controller

    Hi
    Is there anyway to call a method in the view implementation from the component controller??
    Thanks
    jack

    Thanks for all your replies. I want this kind of a functionality because Im trying to invove a DC (Child DC) from a Parent DC such that the Child DC's view is displayed onto the view container of the Parent DC. I have embedded using 'interface view of a component instance' in the Parent Window and am able to create the component and set usage though the onPlugDefault of the Child View.
    But I observe that when i make a call from the parent, the flow is like this:
    1. The wdDoInit of the Child Component Controller gets triggered first.
    2. Then the wdDoInit of the Child's <b>VIEW</b> gets triggered
    3. and <b>THEN</b> the onPlugDefault of the Child Component Interface View
    What I had actually wanted was to Fire onPlugDefault where Im calling a method LoadData(), after which the Child DC's view must be triggered so it can display the fetched data.
    What is actually happening is the view gets displayed, but no data is displayed in the view.
    Right now I have just given a work around where Im triggering <b>LoadData()</b> of the <b>COmponent COntroller</b> from the <b>wdDoInit</b> of the <b>VIEW</b>.
    Is there a better way to do this? I find it strange that I have to load the Data from the view.
    Thanks
    Jack

  • Error while generating CW kin for the new BG created for Taiwan

    HiAll,
    Please provide your help to resolve this issue,
    Iam getting error while generating CW kin for the new BG created for Taiwan, China.
    Error : Value TW is not a Valid context for the Descriptive Flexfield Person Developer DF.
    Please let me know, is there any step missed to create CW kins for new BG's.
    Thanks-
    Sowmya.
    Edited by: user13419037 on Jul 2, 2012 3:41 AM

    Hello ,
    Your solution can be solved by enabling the displayed check Box in Location Address DFF
    Thanks
    Bindu

  • Getting error while another component to the same project

    I am getting the following error while including another component (JSPDynPage) in the same project. Its scope is request. If there is some .jar file to export kindly tell its path also.
    Error:The project was not built since its classpath is incomplete. Cannot find the class file for javax.servlet.http.HttpServletRequest. Fix the classpath then try rebuilding this project.     TryProject

    Hello Shilpa,
    The required jar file is <b>servlet.jar</b>, this is present on your server under
    usrsap<ID><INST>j2eecluster<NODE> in/ext/servlet/servlet.jar
    So adding this to your classpath, should solve the problem.
    Check this to know, how to set classpath:
    Getting API:s for DevStudio
    Greetings,
    Praveen Gudapati
    p.s. Points are always welcome for helpful answers

  • Getting error while deploying the   component from VC 6.0 to Portal 6.0

    Hi all,
      we are working on  Portal 6.0 sp 11  and trying to deploy some components from  VC 6.0  to the portal. The developed components on VC  gives the desired output on preview. but while deploying it gives the errorr
      Error in executing a process for compilation, .\GUIMachine_Business_Packages\TESTRED_24360\com.autogen.guimachine_1104120045\src.core\Iviewred_ctl.java:46: cannot resolve symbol
    symbol  : constructor BIOlapFunction (java.lang.String,com.sapportals.guimachine.ep5kit.Iviewred_ctl,java.lang.String,java.lang.String,java.lang.String,int,int,java.lang.String)
    location: class com.sap.portal.guimachine.bikit.runtime.BIOlapFunction
       BIOlapFunction BIO1OZ = new BIOlapFunction ("BIO1OZ", this, profile.getProperty("System1"), "BIO_DEFAULT", "<Objects id=\"\" type=\"TEMPLATE_METADATA\"><Object id=\"0\" type=\"SCHEMA\" name=\"$INFOCUBE\"/><Object id=\"0\" type=\"CUBE\" name=\"$EMP_CUBE\"/><Object id=\"1\" type=\"MEASURE_DIMENSION\" name=\"Key Figures\" uniquename=\"[Measures]\"/></Objects><Objects id=\"\" type=\"TEMPLATE_PARAMETER\"><Object id=\"CUBE\" type=\"TEMPLATE_PARAMETER\" text=\"$EMP_CUBE\" value=\"$EMP_CUBE\" techname=\"null\" uniquename=\"null\"/><Object id=\"MEASURES\" type=\"TEMPLATE_PARAMETER\" text=\"[Measures].[SALARY]\" value=\"[Measures].[SALARY]\" techname=\"null\" uniquename=\"null\"/></Objects><Objects id=\"\" type=\"TEMPLATE_FILTER\"/>",2,500,"KEY");
                                                    ^
    1 error
    can any one help us .
    Rajendra Redekar

    Hi Rajendra,
    What Patch level of VC 6.0 are you using?
    In the installable folder of your VC you'll find some sda files in the portal addon folder.
    The list of sda files are:
    com.sap.visualcomposer.portalcontent.sda
    com.sap.visualcomposer.sda
    BIUDISystems.sda
    com.sap.visualcomposer.BIKit.sda
    com.sap.visualcomposer.BIKitQV.ear
    Deploy those if they are relevant to SP11 of EP 6.0. Otherwise get those sda files for EP 6.0 SP 11 from service marketplace and deploy them into your portal.
    Thanks in advance,
    Deep
    Message was edited by: Deep Chakrabarti

  • How can I get a loading animation to play while fly playback component loads a file?

    Hi team,
    Two part question here..
    So I have a FLV playback component and a number of .flv files that it loads   ------>  using video1.source="film/whatever.flv";
    There is a slight delay while the file loads and so I would like to
    A) make this pause a bit longer (it would be so fast at the moment that any loading animation would be subliminal, but with nothing at all you get a second of blank which is not good either- so if I can get it to be a bit longer, like say 2 seconds..
    B) have an animation play while this happens..
    It does not need to show progress or anything, just like a spinning wheel or whatever.
    I have been playing around with bufferTime but not really getting anywhere..
    Can anyone help me out?
    Thanks
    sub

    Here is a test with one flv player (video1) and two buttons (butt and butt1)
    Ok so I have some code that kind of works using the countdown timer... but I obviosuly dont know why it works because if I change the seconds count down from 1 to 2 it only works once.
    I get "working"
             "working"  trace twice and it works
    After that I get the "working" trace but nothing happens    ...    I am close but would really like to understand a bit more what I am doing!
    Any help greatly appreciated.
    Cheers
    Sub
    import flash.events.MouseEvent;
    var fl_SecondsToCountDown:Number = 1;
    var fl_CountDownTimerInstance:Timer = new Timer(1000, fl_SecondsToCountDown);
    video1.visible=false;
    video1.load("film/film1.flv");
    video1.stop();
    butt.addEventListener(MouseEvent.CLICK, go);
    function go(e:MouseEvent){
              video1.visible=false;
              fl_SecondsToCountDown = 1;
    fl_CountDownTimerInstance.addEventListener(TimerEvent.TIMER, fl_CountDownTimerHandler);
    fl_CountDownTimerInstance.start();
        video1.load("film/film1.flv");
    butt1.addEventListener(MouseEvent.CLICK, go1);
    function go1(e:MouseEvent){
              video1.visible=false;
              fl_SecondsToCountDown = 1;
    fl_CountDownTimerInstance.addEventListener(TimerEvent.TIMER, fl_CountDownTimerHandler);
    fl_CountDownTimerInstance.start();
              video1.load("film/film2.flv");
    function fl_CountDownTimerHandler(event:TimerEvent):void
    {trace("working");
              fl_SecondsToCountDown--;
              if(fl_SecondsToCountDown==0){
                        trace("done");
                        playmovie();
                        fl_CountDownTimerInstance.removeEventListener(TimerEvent.TIMER, fl_CountDownTimerHandler);
    function playmovie(){
              video1.visible=true;
              video1.play();

  • Component visibility in the screen,

    Hi
    I'm facing a problem in the visibility of the component.
    My need is to identify the component is in visibility or not.
    ex: In a panel, i'm trying to change the location of the label , at a stage the label gets moved to end and the label is not in the screen in display.
    How could i know the label is currently showing in view or not..
    is there method to identify the label in view or not ??
    regards
    rathinam.

    Hi thanks for your reply.
    here i pasted the sample program.
    let me know the solutions.
    For your information, i'm creating a stock ticker component.
    package table;
    import java.awt.BorderLayout;
    import java.awt.Color;
    import java.awt.Dimension;
    import java.awt.event.MouseAdapter;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseListener;
    import java.util.List;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    public class TickerTesting extends JFrame {
    JFrame fTickerFrame;
    JPanel fTtickerpanel;
    List fArray;
    public TickerTesting() {
    fTickerFrame = new JFrame( "Ticker" );
    fTickerFrame.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
    fTickerFrame.setSize( new Dimension( 120, 40 ) );
    JPanel panel = new JPanel();
    panel.add( new Ticker( ) );
    fTickerFrame.getContentPane().add( panel, BorderLayout.CENTER );
    fTickerFrame.pack();
    fTickerFrame.setVisible( true );
    private class Ticker extends JPanel { // private JPanel panel;
    private boolean paused;
    public Ticker() {
    MouseListener listener = new MouseAdapter() {
    public void mouseEntered(MouseEvent event) {
    paused = true;
    public void mouseExited(MouseEvent event) {
    paused = false;
    addMouseListener( listener );
    fTtickerpanel = new JPanel();
    fTtickerpanel.addMouseListener( listener );
    fTtickerpanel.setPreferredSize(new Dimension(500,50));
    final TickerLabel label1 = new TickerLabel();
    label1.setText("1     2     3     4     5     6     7     8     9");
    fTtickerpanel.add( label1 );
    label1.setBackground(Color.RED);
    label1.setOpaque(true);
    fTtickerpanel.setLocation( 0, 0 );
    fTtickerpanel.setBackground(Color.WHITE);
    fTtickerpanel.setOpaque(true);
    add( fTtickerpanel );
    paused = false;
    new Thread( new Runnable() {
    public void run() {
    while ( true ) {
    if ( !paused ) {
         int x = label1.getX() - 1;
    if ( x < -label1.getWidth() ) {
    x = getWidth();
    label1.setLocation( x, 0 );
    try {
    Thread.sleep( 20 );
    } catch ( InterruptedException exception ) {
    exception.printStackTrace();
    } ).start();
    public Dimension getPreferredSize() {
    Dimension preferredSizeOfPanel = fTtickerpanel.getPreferredSize();
    return new Dimension( preferredSizeOfPanel.width / 2,
    preferredSizeOfPanel.height );
    class TickerLabel extends JLabel {
    public TickerLabel() {
    setForeground( Color.BLUE );
    public String toString() {
    return getText();
    public static void main(String[] args) {
    javax.swing.SwingUtilities.invokeLater( new Runnable() {
    public void run() {
    new TickerTesting();
    }

Maybe you are looking for