I'd like an alphabet scroll-bar for my folders in Mail. Will this be added anytime soon?

I've been using Mail for years and find it convenient for use across all devices, off-and online. I really like that I can place a rule so that each email will automatically be delivered into individual folders. This makes it easy to organize my emails for search purposes, and to keep a clean and relevant Inbox. Sometimes, depending on my internet connection....it can sometimes cease at home and my desktop will be in sleep mode, and my emails won't be automatically ruled into their appropriate folders. This is ok, because I just manually file them. However, I have many folders. It would be an added bonus if there is an alphabet scroll-bar in the folders source list to the left of the Mail app. screen.
It appears that so much time and energy has gone into renovating the Mail application throughout the years, and the clean design and ease of use is noticeable and appreciated. I feel they would be complemented by the scroll-bar.
I'm just wondering if Apple has this in mind for any new updates to Mail?
Thanks!

Apple doesn’t routinely monitor the discussions.
Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
Feedback

Similar Messages

  • Horizontal scroll bar for the adf page

    Hi,
    We have around 7 tables in single jsff page. Here , we have a requirement like :
    We need to show horizontal scroll bar for the entire page instead of each table. Is there any way to get this.
    As of now, we have horizontal scroll bar for each table, but our customer is not accepting this, that want the scroll bar for the entire page.
    Please suggest the approach.
    Thanks

    I have grouped all the tables in panelgrouplayout.So, what is the problem (because it is not quite clear what you need)?
    If your PanelGroupLayout is with layout="horizontal", then the tables will be rendered next to each other horizontally but there will be no horizontal scrollbar on the page.
    If your PanelGroupLayout is with layout="scroll", then the tables will be next to each other vertically and there will be a horizontal and a vertical scrollbar on the page (if necessary).
    If you need your tables to be relocated next to each other horizontally and to have a horizontal scrollbar on the page, then use a PanelGroupLayouts(horizontal) inside a PanelGroupLayout(scroll):
    <af:panelGroupLayout layout="scroll">
      <af:panelGroupLayout layout="horizontal">
        <af:table> ... </af:table>
        <af:table> ... </af:table>
        <af:table> ... </af:table>
      </af:panelGroupLayout>
    </af:panelGroupLayout>If your problem is that you still have horizontal scrollbars inside the tables, then you should set appropriate widths to the corresponding tables (e.g. to <af:table> tags) such that they are large enough to fit the sum of corresponding column widths.
    ya, I know that its not god design, but its customer requirement, so we need to do that.If you expect some table(s) to be stretched automatically according to the size of browser's window, then you should re-think your UI design because PanelGroupLayouts do not stretch their children. A possible solution is to use a combination of PanelSplitters or other layout containers that stretch their children.
    Dimitar

  • Want a scroll bar for a table view

    Hi Experts,
    I am developing in NWDS 2004S.
    I have 2 groups in RootUIElement,
    in one group i have few labels & input box with a button,
    in other group I have a table.
    On click of button according to values in inputbox an RFC is called & Table is populated.
    Now my requirement is like, my table has around 33 columns
    But i don't want the scroll buttons in footer of table view
    I want normal scroll bar for that table.
    Kindly help me.
    Will award points !!!
    Thanks

    hi
              thanks for the reply  ,
            using scroll container is working fine  ,
               but  this functionality should be achieved for the
               table  ,  not  table to be put int he scroll container
               as the problem is  , i have  2000 entries in the
                 table  and for this again i need to drill down using
                     arrow  or drill for certain entries  using arrows
                instead need  scroll bar for the table
                     if this can achieved  it would be helpful ?

  • Music Alphabet Scroll Bar gone on iPad2

    I have an iPad2 and I usually have the alphabet scroll bar at the right hand screen of the iPad and I was playing a music then I deleted that music while it was playing and the alphabet scroll bar is now gone! please help me on how to bring it back

    Hi Jim,
    The forum you're posting in is for reporting issues with the TechNet/MSDN forums themselves, not product support. As such, I'll be moving this thread to the 'Where is the Forum For...?' forum.
    Please post your question over here:
    Office forum on Microsoft Answers
    Good luck.
    Don't retire TechNet! -
    (Don't give up yet - 13,225+ strong and growing)

  • Set the horizontal scroll bar for the OOTb document library view

    hi all,
     Am facing an issue in my sp portal.We have designed and developed the portal with OOTB document library views for site columns also. Going to enable the doc lib view. but  we have some  35 columns in eeacha nd every document
    library within our sub site. But if an end user wants to see the last column then he needs to scroll. but, since  then my master page has fixed width, the top corner will be seen as blank. would like to know how can we set horizontal scrolling
    in this doc lib view .
    Das

    Hi,
    According to your description, my understanding is that you want to set the horizontal scroll bar for the document library when the last column postion exceed the fixed width.
    I suggest you can try to use Jquery to set the width attribute of the menu bar dynamically if the document library width exceeded. You can add the Jquery or CSS style using SharePoint Designer under the PlaceHolderMain tag of document
    library page. Also, you need to find the div id in your environment using Internet Explorer.
    More information:
    http://sharepointpromag.com/sharepoint-development/sharepoint-branding-101-branding-master-pages
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to get the Horizontal Scroll Bar for a Table?

    Hi All,
    As per my requirement, I am displaying several records in a Screen in a Tabular Format. But here I have to show 21 Columns in that table which is too high. I am able to display it but due to it I am getting a Horizontal scroll bar for the whole screen since all the columns are not getting displayed in the normal window screen space. But its looking too odd since once I am scrolling it to right the columns are getting displayed but the above Header Bar and Global buttons are not displaying, they are bound to the normal screen space.
    Is there a way to have a Horizontal scroll bar only for that table instead of the entire screen so that on scrolling that bar only the table rows will beshifted ant got displayed?
    With Thanks
    Kumar Gautam

    try this approach.
    include a raw text item before and table item.
    include the appropriate HTML tags in raw text item to enable horizontal scroll
    --Prasanna                                                                                                                                                                                                                                                                                                                                   

  • Horizontal scroll bar for combo/lsit box in JSP

    hi,
    i want "Horizontal Scroll bar" for combo box to display long names.
    regards,
    krishna

    Not a JSP issue. Look up styles, CSS, and dynamic HTML. They should help.

  • REG:: Horizontal scroll bar for pdf

    Dear All,
    I am displaying data in a table in Portal and this table has 13 columns in it. I am writing all this data from the table to a PDF and I am able to generate a PDF. 
    This generated PDF clips the data on the right side, i.e. it shows few columns only.
    I need to have the horizontal scroll bar for the generated pdf output file.
    Can anyone guide me how to achieve this.
    Regards,
    JayPal.

    hi pal,
    refer this help
    http://help.sap.com/saphelp_webas630/helpdata/en/3f/c0ae3dacbff972e10000000a114084/content.htm
    bvr

  • Vertical scroll bar for the table

    Hi,
    I have a table which will contain more than 100 rows. First Visible rows will be 10.
    i want a vertical scroll bar for the table, so that i can see all the rows using vertical scroll bar. While scrolling down, the header row, which contain names of the column should be static (ie visible even scroll down) and the footer of the table should be visible even goes up.
    If I use Scroll container, it will take whole table and the header row, row with name of column will move up invisible when i scroll down. So it is not useful if i use scroll contatiner.
    I need a fnctionality were table has a vertical scroll bar to it.
    Thanks
    Maha

    Hi,
    Your requirement is one of the default properties of the Table UI element in NWDS CE version.
    Regards,
    Alka.

  • Scroll bars for this code...

    Hai All,
    Here is the problem i am placing .. when ever there are no.of records to display i want to put the scroll bars to view.... and i am adding my code ... can any one please give me the solution how to add vertical scroll bar to this code....
    import java.util.*;
    import java.awt.*;
    import java.sql.*;
    import javax.swing.*;
    import java.awt.event.*;
    import javax.swing.event.*;
    import java.lang.ArithmeticException;
    import java.sql.DriverManager;
    import java.sql.Connection;
    import java.sql.Statement;
    import java.sql.ResultSet;
    import java.sql.CallableStatement;
    import java.sql.SQLException;
    import java.awt.BorderLayout;
    import java.awt.event.AdjustmentEvent;
    import java.awt.event.AdjustmentListener;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.JScrollBar;
    public class MyExample extends Frame {
    Thread t;
    Frame f ;
    Label bat_result,proc_reply,tot_records,tot_aft_records,dtrs_label,vrs_label1,vrs_label2,vrs_label3,or,dateformat,fileno,fname,fdcode,fdob,fappdate;
    Button b1,dialup,b2,report,b5,vrs,dtrs,dtrs_search,vrs_search;
    ActionListener a;
    TextField value,value1,vrs_fileno,vrs_fdate,vrs_tdate,dtrs_date,fileno_result,fdcode_result,fname_result,fdob_result,fappdate_result;
    Image image,icon;
    Toolkit tool;
    JProgressBar progress;
    JButton button;
    JLabel label1;
    JPanel topPanel;
    Random random;
    MediaTracker mTracker,mTracker1;
    public MyExample()
    setLayout(null);
    setSize(900,600);
         setResizable(true);
         setBackground(new Color(223,224,194));
         setTitle("Menu Window!");
         icon = Toolkit.getDefaultToolkit().getImage("");
         setIconImage(icon);
    setVisible(true);
         tool = Toolkit.getDefaultToolkit();
    image = tool.getImage("");
    mTracker = new MediaTracker(this);
    mTracker.addImage(image,0);
         setSize(900,600);
         a = new MyActionListener();
         add(b1 = new Button(""));
         b1.setBounds(40,180,120,20);
    b1.setBackground(new Color(12632551));
    b1.setActionCommand("");
    b1.addActionListener(a);
    b1.setVisible(true);
         add(dialup = new Button(""));
         dialup.setBounds(40,230,120,20);
    dialup.setBackground(new Color(12632551));
    dialup.setActionCommand("");
    dialup.addActionListener(a);
    dialup.setVisible(true);
         add(b2 = new Button(""));
         b2.setBounds(40,280,120,20);
    b2.setBackground(new Color(12632551));
    b2.setActionCommand("");
    b2.addActionListener(a);
    b2.setVisible(true);
         add(report = new Button(""));
         report.setBounds(40,330,120,20);
    report.setBackground(new Color(12632551));
    report.setActionCommand("");
    report.addActionListener(a);
    report.setVisible(true);
    add(vrs = new Button(" "));
         vrs.setBounds(50,370,120,20);
    vrs.setBackground(new Color(12632551));
    vrs.setActionCommand("");
    vrs.addActionListener(a);
    vrs.setVisible(false);
    add(dtrs = new Button(" "));
         dtrs.setBounds(50,410,120,20);
    dtrs.setBackground(new Color(12632551));
    dtrs.setActionCommand("");
    dtrs.addActionListener(a);
    dtrs.setVisible(false);
    add(dtrs_label = new Label(" "));
    dtrs_label.setBounds(340, 180, 80, 20);
    dtrs_label.setVisible(false);
         add(vrs_label1 = new Label(" "));
    vrs_label1.setBounds(330, 180, 80, 20);
    vrs_label1.setVisible(false);
    add(vrs_label2 = new Label(" "));
    vrs_label2.setBounds(330, 230, 80, 20);
    vrs_label2.setVisible(false);
    add(vrs_label3 = new Label(" "));
    vrs_label3.setBounds(580, 230, 60, 20);
    vrs_label3.setVisible(false);
    add(dateformat = new Label(""));
    dateformat.setBounds(520,180, 80, 20);
    dateformat.setVisible(false);
    add(vrs_search = new Button(""));
         vrs_search.setBounds(250,180,120,20);
    vrs_search.setBackground(new Color(12632551));
    vrs_search.setActionCommand("");
    vrs_search.addActionListener(a);
    vrs_search.setVisible(false);
    add(dtrs_search = new Button(""));
         dtrs_search.setBounds(600,180,120,20);
    dtrs_search.setBackground(new Color(12632551));
    dtrs_search.setActionCommand("");
    dtrs_search.addActionListener(a);
    dtrs_search.setVisible(false);
    add(or = new Label(""));
    or.setBounds(500, 270, 80, 20);
    or.setVisible(false);
         add(b5 = new Button(""));
         b5.setBounds(40,380,120,20);
    b5.setBackground(new Color(12632551));
    b5.setActionCommand("");
    b5.addActionListener(a);
    b5.setVisible(true);
         add(proc_reply=new Label(" "));
         proc_reply.setBounds(350,300,150,20);
    proc_reply.setVisible(false);
    add(tot_records=new Label(" "));
         tot_records.setBounds(350,270,150,20);
    tot_records.setVisible(false);
    add(tot_aft_records=new Label(" "));
    tot_aft_records.setBounds(350,330,180,20);
    tot_aft_records.setVisible(false);
    show();
         addWindowListener(new WindowAdapter()
         public void windowClosing(WindowEvent w)
              System.exit(0);
    public void paint(Graphics g){
    g.drawImage(image,0,0,null);
    class MyActionListener implements ActionListener {
    public void actionPerformed(ActionEvent ae) {
    String s = ae.getActionCommand();
    if( ae.getSource() == button )
    button.setEnabled( false );
         if (s.equals("")) {
    int x=JOptionPane.showConfirmDialog(f,"Do You Want To Close");
         if(x==0){
         System.exit(0);
         else if (s.equals("")) {
         batch b=new batch();
              else if (s.equals("")) {
         dialcall dc=new dialcall();
              else if (s.equals("")){
    procedure proc=new procedure();
    else if (s.equals("")){
    reportcall rc=new reportcall();
    else if (s.equals("")) {
         verification vs=new verification();
              vs.verification1();
    else if (s.equals("")) {
         datatransfer dts=new datatransfer();
         dts.datatransfer1();
                   else if (s.equals("")) {
         datatransfer dts=new datatransfer();
         dts.display(dtrs_date.getText());
    else if (s.equals("")) {
         verification vs=new verification();
         vs.ver_display(vrs_fileno.getText(),vrs_fdate.getText(),vrs_tdate.getText());
    public class batch extends MyExample{
    public batch()
    setTitle("");
         icon = Toolkit.getDefaultToolkit().getImage("");
         setIconImage(icon);
    setVisible(true);
         Process p1;
         try{
         b1.removeActionListener(a);
         p1 = Runtime.getRuntime().exec("");
    p1.waitFor();
    t.sleep(8000);
         batchResult br=new batchResult();
    catch(Exception bat)
              JOptionPane.showMessageDialog(batch.this, "Error: "+bat.toString(), "Warning", JOptionPane.WARNING_MESSAGE);
    public class batchResult extends MyExample{
    public batchResult(){
    String conCount="";
         Connection conresult = null;
         PreparedStatement totalrecords;
         ResultSet resultset = null;
         Statement constmt = null;
         int hh=0;
         try{
    Class.forName("oracle.jdbc.driver.OracleDriver");
    conresult = DriverManager.getConnection( "thindriver");
    constmt = conresult.createStatement();
    conCount = "query";
    totalrecords = conresult.prepareStatement(conCount);
    resultset = totalrecords.executeQuery(conCount);
                   try{
    if(resultset.next()){
                   hh = resultset.getInt("rec");
                   }catch(Exception we)
                        JOptionPane.showMessageDialog(batchResult.this, "Error: "+we.toString(), "Warning", JOptionPane.WARNING_MESSAGE);
                   if(hh!=0){
    JOptionPane.showMessageDialog(f,"No.of records Imported: "+hh);
    else {
                   JOptionPane.showMessageDialog(f,"No Records Found to Transfer");
                   }catch(Exception ew)
                        JOptionPane.showMessageDialog(batchResult.this, "Error: "+ew.toString(), "Warning", JOptionPane.WARNING_MESSAGE);
    public class dialcall extends MyExample{
    public dialcall()
    b1.removeActionListener(a);
    setTitle("");
         icon = Toolkit.getDefaultToolkit().getImage("");
         setIconImage(icon);
    setVisible(true);
         Process p2;
         try{
         b1.removeActionListener(a);
         p2 = Runtime.getRuntime().exec("");
    p2.waitFor();
    catch(InterruptedException dl)
              JOptionPane.showMessageDialog(dialcall.this, "Error: "+dl.toString(), "Warning", JOptionPane.WARNING_MESSAGE);
    catch(Exception dl)
              JOptionPane.showMessageDialog(dialcall.this, "Error: "+dl.toString(), "Warning", JOptionPane.WARNING_MESSAGE);
    public class procedure extends MyExample{
    public procedure()
    setSize(900,600);
         setTitle("");
         icon = Toolkit.getDefaultToolkit().getImage("");
         setIconImage(icon);
    setVisible(true);
    b1.removeActionListener(a);
         dialup.removeActionListener(a);
         //b2.removeActionListener(a);
    Statement stmt = null;
         // DB Connection Variables
    final String driverClass = "oracle.jdbc.driver.OracleDriver";
    final String connectionURL = "";
    final String userID = "";
    final String userPassword = "";
    String beforeCount="";
         String afterCount="";
         Connection con = null;
         Connection con1 = null;
         PreparedStatement bCountRecords;
    PreparedStatement aCountRecords;
    int a=0,b=0;
    ResultSet rset2 = null;
         ResultSet rset1 = null;
         String cnt="";
         String cnt1="";
         String bb=null;
         //CallableStatement cstmt1 = null;
         //CallableStatement cstmt2 = null;
         ProgressBarExample pbe=new ProgressBarExample();
         pbe.setVisible( true );
         try{
         Class.forName("oracle.jdbc.driver.OracleDriver");
    con = DriverManager.getConnection( "thindriver");
    stmt = con.createStatement ();
    beforeCount = "";
              afterCount = "";
    bCountRecords = con.prepareStatement(beforeCount);
    aCountRecords = con.prepareStatement(afterCount);
              rset1 = bCountRecords.executeQuery(beforeCount);
                   try{
                   Runtime.getRuntime().exec(" ");
              Runtime.getRuntime().exec(" ");
    catch (Exception proc1) {
    proc1.printStackTrace();
         rset2 = aCountRecords.executeQuery(afterCount);
    if(rset1.next()){
                   a = rset1.getInt("bcnt");
                   String aa = Integer.toString(a);
              display1(aa);
    if(rset2.next())
         b=rset2.getInt("acnt");
         while(true){
                   rset2 = aCountRecords.executeQuery(afterCount);
              if (rset2.next()){
                   b=rset2.getInt("acnt");
                        System.out.println(a);
                                            System.out.println(b);
    if(b==a)
         bb = Integer.toString(b);
         display2(bb);
         processbar(a,b);
         button.setVisible( false );
         JOptionPane.showMessageDialog(f,"Records Transfered Successfully");
         break;
    else if (a!=0)
    processbar(a,b);
    else {
         pbe.setVisible(false);
    JOptionPane.showMessageDialog(f,"No Records found to transfer");
    break;
         } catch (ClassNotFoundException proc) {
    // proc.printStackTrace();
              JOptionPane.showMessageDialog(procedure.this, "Error: "+proc.toString(), "Warning", JOptionPane.WARNING_MESSAGE);
    } catch (SQLException proc) {
    // proc.printStackTrace();
              JOptionPane.showMessageDialog(procedure.this, "Error: "+proc.toString(), "Warning", JOptionPane.WARNING_MESSAGE);
    // proc_reply.setBounds(240,310,150,20);
    // proc_reply.setVisible(true);
    public void display1(String count)
         tot_records.setBounds(350,250,180,20);
         tot_records.setVisible(true);
         value=new TextField(count);
         value.setBounds(550,250,180,20);
         value.setVisible(true);
         add(value);
         value.setEditable(false);
         public void display2(String count1)
    tot_aft_records.setBounds(350,450,180,20);
         tot_aft_records.setVisible(true);
         value1=new TextField(count1);
         value1.setBounds(550,450,180,20);
         value1.setVisible(true);
         add(value1);
         value1.setEditable(false);
    public void processbar(int a,int b)
    label1.setText( "Record " + b+ " of "+a );
    Rectangle labelRect = label1.getBounds();
    labelRect.x = 0;
    labelRect.y = 0;
    label1.paintImmediately( labelRect );
    progress.setValue( b*100/a );
                                  Rectangle progressRect = progress.getBounds();
    progressRect.x = 0;
    progressRect.y = 0;
                                  progress.paintImmediately( progressRect );
         DoBogusTask(b);
    public void DoBogusTask( int iCtr )
    random = new Random( iCtr );
    for( int iValue = 0; iValue < random.nextFloat() *1; iValue++ )
    public     class ProgressBarExample extends JFrame
    public ProgressBarExample()
                        setTitle( "" );
                        setLocation(450,300);
    setSize( 310, 130 );
         //setBackground( Color. );
    // setBackground(new Color(14672066));
    topPanel = new JPanel();
    topPanel.setPreferredSize( new Dimension( 310, 130 ) );
    getContentPane().add( topPanel);
    label1 = new JLabel( "Waiting to start tasks..." );
    label1.setPreferredSize( new Dimension( 280, 24 ) );
    topPanel.add( label1 );
    progress = new JProgressBar();
    progress.setPreferredSize( new Dimension( 300, 20 ) );
                        progress.setMinimum( 0 );
    progress.setMaximum(100 );
    progress.setValue( 0 );
    progress.setBounds( 20, 35, 260, 20 );
    topPanel.add( progress );
    button = new JButton( "Start Process" );
    topPanel.add( button );
                        button.setVisible(false);
    button.addActionListener( a );
         public class reportcall extends MyExample{
    public reportcall()
    report.setVisible(true);
         b1.removeActionListener(a);
         b2.removeActionListener(a);
         report.removeActionListener(a);
         b5.setVisible(false);
         b5.setBounds(40,440,120,20);
         b5.setVisible(true);
    vrs.setVisible(true);
         dtrs.setVisible(true);
    public class verification extends MyExample{
    public void verification1(){
         setTitle("");
         icon = Toolkit.getDefaultToolkit().getImage("");
         setIconImage(icon);
    setVisible(true);
    vrs_fileno = new TextField("");
    vrs_fileno.setBounds(450, 180, 80, 20);
    add(vrs_fileno);
    vrs_fileno.setVisible(true);
         vrs_label1.setVisible(true);
         or.setBounds(450, 210, 80, 20);
         or.setVisible(true);
         vrs_fdate = new TextField("");
    vrs_fdate.setBounds(450, 230, 120, 20);
    add(vrs_fdate);
    vrs_fdate.setVisible(true);
         vrs_label2.setVisible(true);
         vrs_tdate = new TextField("");
    vrs_tdate.setBounds(650, 230, 120, 20);
    add(vrs_tdate);
    vrs_tdate.setVisible(true);
         vrs_label3.setVisible(true);
    dateformat.setVisible(false);
    dateformat.setBounds(780, 230, 120, 20);
    dateformat.setVisible(true);
         vrs_search.setVisible(false);
         vrs_search.setBounds(500,300, 80, 20);
         vrs_search.setVisible(true);
    public void ver_display(String fno,String fdate,String tdate){
    String FILE_NO1;
    String NAME1;
    String ADDRESS_TYPE1;
    String VER_STATUS1;
    int i1=0,b=0;
    Connection con1 = null;
    Statement stmt1 = null;
    try {
         Class.forName("oracle.jdbc.driver.OracleDriver");
    con1 = DriverManager.getConnection( "thin driver");
    stmt1 = con1.createStatement();
    String qry1 = "";
         String qry2 ="";
              ResultSet rs12 = stmt1.executeQuery(qry2);
                   if(rs12.next())
         b=rs12.getInt("cnt");
    if(b==0){
              JOptionPane.showMessageDialog(f,"No Records Found");}
                   else{
                        ResultSet rs11 = stmt1.executeQuery(qry1);
    while (rs11.next()) {
                   FILE_NO1 = rs11.getString(1);
    NAME1 = rs11.getString(2);
    ADDRESS_TYPE1 = rs11.getString(3);
    VER_STATUS1 = rs11.getString(4);
    show(FILE_NO1, NAME1, ADDRESS_TYPE1, VER_STATUS1, i1++);
    catch (ClassNotFoundException proc) {
    // proc.printStackTrace();
    catch (SQLException proc) {
    //proc.printStackTrace();
    public void show(String a, String b, String c, String d,int i) {
    Label fileno=new Label("File No");
    Label fname=new Label("Name");
    Label faddtype =new Label("Address Type");
    Label fstatus=new Label("Status");
         TextField fileno_result = new TextField(a);
    TextField fname_result = new TextField(b);
    TextField faddtype_result = new TextField(c);
    TextField fstatus_result = new TextField(d);
    fileno.setBounds(340, 180, 100, 20);
    add(fileno);
    fname.setBounds(440, 180, 130, 20);
    add(fname);
    faddtype.setBounds(575, 180, 120, 20);
    add(faddtype);
    fstatus.setBounds(700, 180, 90, 20);
    add(fstatus);
         fileno_result.setBounds(320, 200 + 20 * i, 100, 20);
    add(fileno_result);
    fileno_result.setVisible(true);
    fileno_result.setEditable(false);
    fname_result.setBounds(420, 200 + 20 * i, 150, 20);
    add(fname_result);
    fname_result.setVisible(true);
         fname_result.setEditable(false);
         faddtype_result.setBounds(570, 200 + 20 * i, 120, 20);
    add(faddtype_result);
    faddtype_result.setVisible(true);
         faddtype_result.setEditable(false);
    fstatus_result.setBounds(690, 200 + 20 * i, 120, 20);
    add(fstatus_result);
         fstatus_result.setVisible(true);
    fstatus_result.setEditable(false);
    public class datatransfer extends MyExample{
    public void datatransfer1(){
    setTitle("");
         icon = Toolkit.getDefaultToolkit().getImage("");
         setIconImage(icon);
    setVisible(true);
    dtrs_date = new TextField("");
    dtrs_date.setBounds(420, 180, 80, 20);
    add(dtrs_date);
         dateformat.setVisible(true);
    dtrs_date.setVisible(true);
         dtrs_search.setVisible(true);
         dtrs_label.setVisible(true);
    public void display(String date1){
    String FILE_NO;
    String DIST_CODE;
    String NAME;
    String DOB;
              String APPLN_DATE;
    int i1=0,b=0;
    Connection con1 = null;
    Statement stmt1 = null;
    try {
         Class.forName("oracle.jdbc.driver.OracleDriver");
    con1 = DriverManager.getConnection( "thin driver");
    stmt1 = con1.createStatement();
    String qry1 = "";
    String qry2 = "";
              ResultSet rs12 = stmt1.executeQuery(qry2);
                   if(rs12.next())
         b=rs12.getInt("cnt");
    if(b==0){
              JOptionPane.showMessageDialog(f,"No Records on this date");}
                   else{
                        ResultSet rs11 = stmt1.executeQuery(qry1);
    while (rs11.next()) {
                   FILE_NO = rs11.getString(1);
    DIST_CODE=rs11.getString(2);
                   NAME = rs11.getString(3);
    DOB = rs11.getString(4);
    APPLN_DATE = rs11.getString(5);
    show1(FILE_NO, DIST_CODE, NAME, DOB,APPLN_DATE,i1++);
    catch (ClassNotFoundException proc) {
    //proc.printStackTrace();
    catch (SQLException proc) {
    // proc.printStackTrace();
    public void show1(String a, String b, String c, String d,String e,int i) {
    fileno=new Label("File No");
    fdcode=new Label("District");
    fname =new Label("Name");
    fdob=new Label("Date Of Birth");
         fappdate=new Label("Application Date");
    TextField fileno_result = new TextField(a);
    TextField fdcode_result = new TextField(b);
    TextField fname_result = new TextField(c);
    TextField fdob_result = new TextField(d);
    TextField fappdate_result = new TextField(e);
    fileno.setBounds(323, 180, 80, 20);
    add(fileno);
    fdcode.setBounds(420, 180, 40, 20);
    add(fdcode);
    fname.setBounds(480, 180, 100, 20);
    add(fname);
    fdob.setBounds(590, 180, 120, 20);
    add(fdob);
    fappdate.setBounds(710, 180, 120, 20);
    add(fappdate);
         fileno_result.setBounds(320, 200 + 20 * i, 100, 20);
    add(fileno_result);
    fileno_result.setVisible(true);
    fileno_result.setEditable(false);
    fdcode_result.setBounds(420, 200 + 20 * i, 40, 20);
    add(fdcode_result);
    fdcode_result.setVisible(true);
         fdcode_result.setEditable(false);
         fname_result.setBounds(460, 200 + 20 * i, 120, 20);
    add(fname_result);
    fname_result.setVisible(true);
         fname_result.setEditable(false);
    fdob_result.setBounds(580, 200 + 20 * i, 120, 20);
    add(fdob_result);
         fdob_result.setVisible(true);
    fdob_result.setEditable(false);
    fappdate_result.setBounds(700, 200 + 20 * i, 120, 20);
    add(fappdate_result);
         fappdate_result.setVisible(true);
    fappdate_result.setEditable(false);
    public static void main(String[] args) {
    MyExample bpd = new MyExample();
    bpd.setVisible(true);
    }

    deleted - wrong forum, try the swing posting

  • Possible to have vertical scroll bar for a cell in ALV Grid (using methods)

    Hi All,
    I have a field with length 100 characters on a ALV Grid (using methods)..User doesn't want to scroll all the 100 characters horizontally to see the whole text rather he wants to have a vertical scroll bar for the cell so that he can scroll vertically.
    Is it possible to have split the cell text into lines and have a vertical scroll bar for a cell in ALV Grid?
    Regards
    Jaker.

    Thanks for the suggestion Balu.I tried this , but while scrolling,headers also getting scrolled.
    Becoz of this , if i scroll down to the last row,headers are getting hidden.
    Headers should always be static.only the data should scroll.
    Since h:datatable is being rendered as one table , i can div tag for this table alone.
    If i have seperate datatable for headers alone i can do this .But i should not use two datatables.

  • I have had elements 10 for a long time but recently the scroll bar for the fonts has disappeared. any ideas?

    I have had elements 10 for a long time but recently the scroll bar for the fonts has disappeared. any ideas?

    First try resetting the tool by clicking the tiny arrow at the far left end of the options bar and choosing reset tool.
    But you should be able to use the arrow keys to navigate through the fonts, too.

  • Scroll bar for advancedTable or Table region

    All,
    In PG.xml can we add scroll bar for advancedTable or Table regions ????
    Thanks,

    user575383,
    There is no scroll bars options for tables through framework. If table requires more width, the scrolling will get applied to the page rather than the table.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                           

  • One scroll Bar for both the split-screen containers ?

    Hello All,
               I have 2 screens on my output which are split screens.
    But now I want only one scroll bar for both of then so that when the scroll bar is used both the screens will simultaneously move.
    Is this functionality possible ?
    If yes can anyone help me out ?
    Regards,
    Deepu.K

    Create a property node for each of the charts. Wire the controlling chart X scale maximum and minimum to the slave X scale max and min. (X Scale -> Range -> Max & Min).
    Hope this helps.

  • Drag JTabbedPane out of the main Frame and set scroll bars for the tabs

    hi ,
    Iam working on a Swing application . In it i have Six Tabs added to a single JTabbedPane. all the tabs are different class files . is it possible to drag any of the tabs out of the frame.
    how to add scroll bars for the tabs individually. i have tried adding JScrollPane to the main frame and add the JTabbedPane to the Scrollpane . the scroll bar was not visible and i have tried adding
    all the six tabs to the individual JScrollPanes and add the six scrollpanes to the TabbedPane .
    only the scroll arrows are visible , when i minimised or resized the application the scrollbars were not appearing .
    could any one help me to solve the above two problems.

    just trying.....
    public void mouseDragged(MouseMotionEvent e){
    // this event should be activated only when the Drag goes out of scope of the parent JFrame which i dont know how
    Component c=JTab.getComponentAt(JTab.getSelectedIndex());
    JFrameobj.getContentPane().add(c,"Center");
    }

Maybe you are looking for

  • Internet download - unknown publisher error message

    Hi I am having problems when I download from the internet, I get a windows error message saying unknown publisher, also my internet pages show error on page, some of the page is missing or it is full of rubbish. This has only been happening for the l

  • Error patching basis - xpra execution

    I'm trying to patch a sap installation (Win2k3, mssql 2000, sap 4.7x200) but using SPAM 6.20/19 I've encountered an error in XPRA execution (seems to be a tp buffer inconsistency with return code 0008) while I was upgrading basis from KB62042 to KB62

  • My I-Pod, It's Crazy...HELP!!!

    I have no idea what to do. My I-Pod is acting so weird, this is what it dose... - it somtimes connects to computer, but when it dose it just shuts back off... - when i get done chargeing it the charge icon is still visable inside the icon thats shows

  • CSCtz15274 - percentFLEXDSPRM-3-UNSUPPORTED_CODEC: codec cisco is not supported on dsp T38 - 1

    I have also been running into this on FXO to FXS calls with no local-bypass enabled.

  • Date protection

    Hello, I made a midp 2.0 game and now i wish to protect it against piracy. I was thinking about adding a date protection that checks the date when the game is first run and the date when the game was purchased. My questions are: 1. Does java.util.Dat