Can anybody help me in fixing the problem ? of JTable ( CODE GIVEN )

My problem is
1)when i select the combo box (2nd column) through keyboard the selected item is not visible in the cell
2) i need to press TAB key twice to go to next cell .
3) also before editing i need to press a key to start editing (caret visible) HELP ME
CODE CAN BE RUN TO SEE WHAT I MEANT
<code>
import javax.swing.*;
import javax.swing.event.*;
import javax.swing.table.*;
import java.awt.*;
import java.awt.event.*;
import java.util.Vector;
import java.text.*;
public class BaseTable
public JScrollPane scrollPane;
     public JTable table;
     public int totalRows;
     public int i,numRows,numCols;
     public TableModel model;
     public int rowCount;
     public JComboBox box;
public BaseTable()
          String[] items=new String[]{"item1","jItem2","kItem3","Item4","Item5","Item6"};
          String[] columns = {"Column1","Column2","Column3","Column4","Column5","Column6","Column7","Column8","Column9"};
          box=new JComboBox(items);
          box.setEditable(true);
DefaultTableModel baseModel=new DefaultTableModel();
          baseModel.setColumnIdentifiers(columns);
table = new JTable(baseModel)
               protected void processKeyEvent(KeyEvent e)
                    if ( e.getID() == KeyEvent.KEY_PRESSED && e.getKeyCode() != e.VK_TAB)
                         int column = table.getSelectedColumn();
                         int row = table.getSelectedRow();
                         Rectangle r = getCellRect(row, column, false);
                         Point p = new Point( r.x, r.y );
                         SwingUtilities.convertPointToScreen(p, table);
                         try
                              System.out.println("PROCESS KEY EVENT Typing"+e.getKeyCode());
                              Robot robot = new Robot();
                              robot.mouseMove(p.x, p.y );
                              robot.mousePress(InputEvent.BUTTON1_MASK);
                              robot.mouseRelease(InputEvent.BUTTON1_MASK);
                              robot.mouseMove(0, 0 );
                         catch (Exception e2) {}
                    else
                         System.out.println("PROCESS KEY EVENT IN ELSE");
                         if(e.getKeyCode() == e.VK_TAB && table.isEditing())
                              ((DefaultCellEditor)table.getCellEditor()).stopCellEditing();
                         else
                              super.processKeyEvent(e);
Vector vectorRow = new Vector();
          vectorRow.addElement("");
          vectorRow.addElement("");
          vectorRow.addElement("");
          vectorRow.addElement("");
          vectorRow.addElement("");
          vectorRow.addElement("");
          vectorRow.addElement("");
          vectorRow.addElement("");
          vectorRow.addElement("");
          TableCellEditor tableCellEditor_comboBox = new MyCustomTableCellEditor(box,this);
          table.getColumnModel().getColumn(1).setCellEditor(tableCellEditor_comboBox);
          ((DefaultTableModel)table.getModel()).addRow(vectorRow);
          rowCount = table.getRowCount();
          ((DefaultTableModel)table.getModel()).fireTableRowsInserted(rowCount,rowCount);
          scrollPane = new JScrollPane(table);
          scrollPane.setForeground(Color.white);
          rowCount = table.getRowCount();
numCols = table.getColumnCount();
public class MyCustomTableCellEditor extends DefaultCellEditor
               JTable table=null;
               BaseTable baseTable=null;
               JComboBox box=null;
               MyCustomTableCellEditor(JComboBox editorComponent,BaseTable baseTable)
                    super(editorComponent);
                    this.table=baseTable.table;
                    this.baseTable=baseTable;
                    setClickCountToStart(0);
               public Component getTableCellEditorComponent(
                    JTable table,
                    Object value,
                    boolean isSelected,
                    int row,
                    int column)
                         super.getTableCellEditorComponent(table,value,isSelected,row,column);
                         box=(JComboBox)getComponent();
                         box.putClientProperty("JComboBox.isTableCellEditor", Boolean.TRUE);
                         return box;
     public static void main(String s1[])
          BaseTable t=new BaseTable();
          JFrame f=new JFrame();
          f.getContentPane().add(t.scrollPane);
          f.setSize(800,200);
          f.setVisible(true);
</code>

sahas@sun, you're very impolite! farukkhan was trying to help, and he's right because when you use code formatting the code is really easier to read.
Perhaps you have lost a chance for getting the answer!

Similar Messages

  • HT1849 hello i downloaded an album on my iPad yesterday but the sound volume is very low. Can you help me to fix the problem ?

    hello i downloaded an album on my iPad yesterday but the sound volume is very low. Can someone help me to fix the problem ?

    Hello Kishore1022,
    It sounds like you have a new album downloaded and the tracks all have a very low volume. I recommend checking to see if Sound Check is enabled in the Music settings.
    iPad User Guide
    http://help.apple.com/ipad/7/#/iPad99f37037
    Go to Settings > Music to set options for Music, including:
    Sound Check (to normalize the volume level of your audio content)
    You can also try downloading the purchases onto a computer, with either of these articles depending on your version of the operating system:
    iTunes 11 for Windows: Download previous purchases from the iTunes Store
    http://support.apple.com/kb/PH12491
    Or
    iTunes 11 for Mac: Download previous purchases from the iTunes Store
    http://support.apple.com/kb/PH12283
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • Installed Yosemite and now lost apps and also my App Store does not open. Does anybody know how to fix the problem?

    Some weeks ago, I installed OS X Yosemite, as shown on my App Store, that was a "System Update available for my IMac 2009". Followed all the steps, normally and installed it as I did many other times ago (with the Maverick, Mountain Lion, OS X).
    Just after the installation, I noticed that every single folder or program that depends on "Apple", stopped working.
    Examples: Office package opens normally, so as Firefox. But, IPhoto, ITunes, Safari and App Store itself do not.
    That is causing me fear, because even trying to reinstall Yosemite or return to the one I had before, using App Store became impossible. Even the "Apple Icon" on the top left corner does not work. I click, it flashes, just IF it was ready to open, but nothing happens, seams that have something stopping the "loading process" of the softwares.
    Does anybody know how to fix the problem, please?
    Thanks in advance. Regards.

    Thanks for your attention.
    I Tried before, but the Mac App Store was not responding either, and worse, after 5 years, There is no free phone support
    I ended up solving it by reinstaling the Yosemite pressing "comand + R"
    thanks anyway
    Regards

  • I have the following Imac and Iphoto 11 in Finder folder I upgrade the iphoto file  and  all the latest event files, can you help how to solve the problem? Thank you  Model Name iMac    Model Identifier:     iMa

    I have the following Imac and Iphoto 11 in Finder folder I upgrade the iphoto file  and I lost all the latest event files, can you help how to solve the problem? Thank you
    Model Name:     iMac
    Model Identifier:     iMac8,1   Processor Name:     Intel Core 2 Duo
    Processor Speed:     2.4 GHz

    http://support.apple.com/kb/HT2638?viewlocale=en_US&locale=en_US

  • Can anybody help me in finding the reasons why the time of email received are different from the one on my macbook which time is correct

    Hi
    Can anyone help me in finding the reason why the date on e=mail reced is different from the one on my MacBook eventhough it is correct
    Thanks

    Try this...
    Triple click anywhere in the line below to select it and press Ctrl+C to copy it.
    cmd /k netsh winsock reset
    Press the WinLogoKey+R to open the run dialog, then Ctrl+V to paste, then press enter/return.
    You should get something similar to this:
    Reboot the computer and the problem should be resolved.
    If it doesn't work then perhaps a full tear down and rebuild of iTunes will fix things. See Troubleshooting issues with iTunes for Windows updates for details.
    tt2

  • Please help me to fix the problem of my iphone 3gs, its says no service and could not activate your phone...the server is temporrili unavailable,try to connect it to itunes or wait a few minutes...i tried maany times but it does'nt work..please help me

    had a problem with my iphone 3gs.it came from recovery mode,after it it says no service,then activate your iphone..then i follow the steps appeare in the screen..after it it sys could not activate your phone.the server is temporrily unvailable or try to connect to itunes..I tried it many times since january 30 2013 night time.until now it does'nt work...how can u help me to fix my iphone..thanks

    so what cn u suggest to do to operate again my phone..

  • Can some help me to fix the mail date issue please.

    Hi,
    I recently fresh installed snow leopard server and I successfully migrated my all mails to the new server (leopard server 10.5.8 to snow leopard server 10.6.2).
    Now my problem is, for some of the accounts all my old email date header shows as they received on mail migrated date.
    Please help me how do I fix it. So my server show the correct date of my old mails.
    Thanks,
    Gulab Pasha
    +918042616308

    I had an issue very similar to this not too long ago and what I ended up finding out is that there are 2 records.
    The first for when the client machine received the email.
    The second date for when the email was originally sent.
    The original sent date was all that I cared about, so on the client workstation, I turned off the "Date Received" column and turned on the "Date Sent" column.
    That fixed the problem for us ... however, I can understand why the two columns exist. Sometimes people send email that are from different times when their system clock is set incorrectly or other various reasons. With Date Received, email will always be in the order in which it was received. With Date Sent, someone could send an email from 1969 and it would end up on the bottom of your email list.
    Just throwing that option out there for you.

  • My mac book startup disk is full and when I start it, it give me a blank blue screen. I have tried the shift and I started in safe mode, and it gave me the stars screen. How can I delete files to fix the problem

    My mac book startup disk is full and when I start it, it give me a blank blue screen. I have tried the shift upon start
    and I started in safe mode, and it gave me the stars screen. How can I delete files to fix the problem

    1. Start up in Safe Mode.
        http://support.apple.com/kb/PH11212
    2. Empty Trash.
        http://support.apple.com/kb/PH10677
    3. Delete "Recovered Messages", if any.
        Hold the option key down and click "Go" menu in the Finder menu bar.
        Select "Library" from the dropdown.
        Library > Mail > V2 > Mailboxes
        Delete "Recovered Messages", if any.
        Empty Trash. Restart.
    4. Delete old iOS Devices Backup.
        iTunes > Preferences > Devices
        Highlight the old Backups , press “Delete Backup” and then “OK”.
        http://support.apple.com/kb/HT4946?viewlocale=en_US&locale=en_US
    5. Re-index Macintosh HD
       System Preferences > Spotlight > Privacy
       http://support.apple.com/kb/ht2409

  • HT201210 hi yesterday im was upgrading ios 7 in my iad butwhen its restart i turn it off and now its not working.it shows factory restore.i have done factory restore as well but after that its a same problem.can someone help me to fix that problem please

    hi all
    i have a ipad 2 and while im upgrading ios 7 in ipad i change my mind and i stop upgrading it,but after that when i turn it on it shows connect to itunes/i restore it but it still have a same problm,please i need your help to recover it thax

    Hi Jjjames,
    Thanks for posting. I'm really sorryo for the problems you've had. I can look into this for you if you wish. Drop me an email with your account details and a link to this post for reference and we'll take it from there. You'll find the address in my profile.
    Cheers
    David
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • Can any one tell what is the problem in this code?

    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.awt.geom.*;
    import java.util.*;
    public class AppletTest2 extends JApplet implements ActionListener,MouseMotionListener,WindowListener{
    JFrame fr = new JFrame("Visual Tool -- Work Flow Editor");
         JPanel panel1 = new JPanel();
         JPanel panel2 = new JPanel();
         JButton sButton = new JButton("Source");
         JButton rButton = new JButton("Redirection");
         JButton dButton = new JButton("Destination");
         JButton connect = new JButton("Connect");
         BasicStroke stroke = new BasicStroke(2.0f);
         int flag = 1 ;
         Vector lines = new Vector();
         JButton sBut,rBut,dBut;
    int x1 = 0 ;
         int y1 = 0 ;
         int x2 = 0 ;
         int y2 = 0;
         int x3 = 0;
         int y3 = 0;
         int i=0;
         int j=0;
         int k=0;
         int l = 100;
    int b = 50;
    public void init(){
              /*********Frame ******************/
    fr.getContentPane().setLayout(new BorderLayout());
         fr.setSize(700,500);
              fr.getContentPane().add(panel1,BorderLayout.CENTER);
              fr.getContentPane().add(panel2,BorderLayout.SOUTH);
              fr.addWindowListener(this);
              /*****************PANEL 1*********************/
              panel1.setLayout(null);
    panel1.setBounds(new Rectangle(0,0,400,400));
              panel1.setBackground(new Color(105,105,205));
    /************************PANEL 2 *************/
              panel2.setLayout(new FlowLayout());
              panel2.setBackground(new Color(105,205,159));
              panel2.add(sButton);
              panel2.add(rButton);
              panel2.add(dButton);
              panel2.add(connect);
              connect.setToolTipText("Use this button after selecting From and To position to connect");
              /***************************LISTENER********************/
    sButton.addActionListener(this);
              rButton.addActionListener(this);
              dButton.addActionListener(this);
              connect.addActionListener(this);
              fr.setVisible(true);     
              fr.setResizable(false);
         } // init clse
    /************************** START METHOD **********************************************/
              public void start(){                                 
                   System.out.println("inside start");
                   paint(panel1.getGraphics());
    /*******************************APPLET METHODS **************************************************/
              public void stop(){}
              public void destroy(){}
    /******************************MOUSE MOTION LISTENERS METHOD*************************************/
              public void mouseMoved(MouseEvent e){System.out.println("moved");}
              public void mouseDragged(MouseEvent e){System.out.println("dragged");}
    /***************************************ACTION EVENT IMPLEMENTAION *******************************/
         public void actionPerformed(ActionEvent e){
              if (e.getSource().equals(sButton)){          
              sourceObject("Source Object");          
              else if (e.getSource().equals(rButton)){          
              redirectionObject("Redirection");
              i = i+1;
              else if (e.getSource().equals(dButton)){
              destinationObject("Destination");
                   j= j+1;
              else if (e.getSource().equals(connect)){
                   System.out.println("am inside connect");                
                   paint(panel1.getGraphics());               
    else if(e.getSource().equals(sBut)){
                   System.out.println("am s button");                
                   x1 = sBut.getX() + l;
                   y1 = sBut.getY() + (b/2);
              else if(e.getSource().equals(rBut)){
                   System.out.println("am r button");               
                   x2 = rBut.getX() ;
                   y2 = rBut.getY()+ b/2;
                   System.out.println("x2 : " + x2 + "y2 :" +y2 );
              else if(e.getSource().equals(dBut)){
                   System.out.println("am d button");                
                   x3 = dBut.getX();
    y3 = dBut.getY()+ b/2;
    } // action close
    /**********************Main **********************************/     
         public static void main(String args[]){
         JApplet at = new AppletTest2();
              at.init();
              at.start();
    /********************my methods starts here *******************/
         public void sourceObject(String name){     
    sBut = new JButton(name);
         panel1.add(sBut);
         sBut.setBounds(new Rectangle(20,208,l,b));     
         sBut.addActionListener(this);
    System.out.println("am inside the source object") ;
         public void redirectionObject(String name){     
         rBut = new JButton(name);
         panel1.add(rBut);
         rBut.setBounds(new Rectangle(290,208,l,b));     
    rBut.addActionListener(this);
    System.out.println("am inside the redirection :" + j) ;
    public void destinationObject(String name){     
         dBut = new JButton(name);
         panel1.add(dBut);     
    System.out.println("am inside the destination object") ;
    if (j == 0)
                   dBut.setBounds(new Rectangle(566,60,l,b));                    
                   System.out.println("am inside the destination:" + j) ;
                   } else if (j == 2)
                        dBut.setBounds(new Rectangle(566,208,l,b));     
                        System.out.println("am inside the destination :" + j) ;
                   } else if (j == 1)
    dBut.setBounds(new Rectangle(566,350,l,b));     
                        System.out.println("am inside the destination :" + j) ;
    dBut.addActionListener(this);
    /* public void connectObject(Object obj1,Object obj2){
    System.out.println("nothing");
    /************************************* PAINT **************************/
    public void paint(Graphics g){
         System.out.println("inside paint");
         Graphics2D g2 = (Graphics2D) g;
         g2.setStroke(stroke);
    if(flag == 1){
    System.out.println("inside flag");
    int np = lines.size();
                        System.out.println(np);
                             for (int I=0; I < np; I++) {                       
         Rectangle p = (Rectangle)lines.elementAt(I);
                             System.out.println("width" + p.width);
                             g2.setColor(Color.red);
                             g2.drawLine(p.x,p.y,p.width,p.height);
                             System.out.println(p.x +"" +""+ p.y + ""+ ""+ p.width+ "" + ""+ p.height);
    flag = -1;
    }else if(flag == -1){
         if(x1 != 0 && y1 != 0 && x2 != 0 && y2 != 0 ){
    // Graphics2D g2 = (Graphics2D) g;
         // g2.setStroke(stroke);
    g2.setColor(Color.red);
         g2.drawLine(x1,y1,x2,y2);
         lines.addElement(new Rectangle(x1,y1,x2,y2));     
         x1 = 0 ;y1 = 0 ;
         x2 = 0 ;y2 = 0 ;
    //     g2.drawLine(100,100,200,200);
    else if (x2 != 0 && y2 != 0 && x3 != 0 && y3 != 0 )
              // Graphics2D g2 = (Graphics2D) g;
                   // g2.setStroke(stroke);
              g2.setColor(Color.green);
                        g2.drawLine(x2,y2,x3,y3);
                        lines.addElement(new Rectangle(x2,y2,x3,y3));
                        x2 = 0; y2 = 0 ;
                        x3 = 0 ; y3 = 0 ;                    
    else if (x1 != 0 && y1 != 0 && x3 != 0 && y3 != 0)
                   //     Graphics2D g2 = (Graphics2D) g;
                   // g2.setStroke(stroke);
                   g2.setColor(Color.red);
                   g2.drawLine(x1,y1,x3,y3);
                        lines.addElement(new Rectangle(x1,y1,x3,y3));                              
                        x1 = 0; y1 = 0 ;
                        x3 = 0 ; y3 = 0 ;                    
    // repaint();
    /********************************WINDOW LISTENER IMPLEMENTATION *****************************/
    public void windowActivated(WindowEvent we) { 
              flag = 1;
              paint(panel1.getGraphics());
    System.out.println("windowActivated -- event 1");
         //start();               
         public void windowClosed(WindowEvent we) {
                                                                System.out.println("windowClosed -- 2");
         public void windowClosing(WindowEvent we){
                                                                System.out.println("windowClosing -- 3");
    public void windowDeactivated(WindowEvent we) {
                                                                     System.out.println("windowDeactivated -- 4");
    public void windowDeiconified(WindowEvent we) {
                                                                     flag = 1;
                                                                     System.out.println("windowDeiconified -- 5");          
                                                                     paint(panel1.getGraphics());           
    public void windowIconified(WindowEvent we) {           
                                                           System.out.println("windowIconified -- 6");
                                                           //paint(panel1.getGraphics());
    public void windowOpened(WindowEvent we) {             
                                                      //     flag = 1;
                                                      //     paint(panel1.getGraphics());
                                                           System.out.println("windowopened -- 7");     
    The problem am facing here is that when i minimize the frame and maximize , my old lines are getting disappared.
    For avoiding that i am storing the old coordinates and
    try to redraw , when maximize.
    but the lines are coming for flash of second and disappearing once again ?
    can any one help?
    thanks all

    Very interestingly the same code is repainting in
    Linux SUSE,jdk1.3.
    but not in WINNT , jdk 1.3
    Any reason ?
    Is the swing 100 % platform independenet ?????
    Does swing also uses native thread ???

  • My Wi-Fi works, but after a while not anymore. Then I've to turn of on the Wi-Fi and turn it on after a few seconds. Can anybody help me with this annoying problem?

    Hello,
    My Wi-Fi doesn't work good. After a while it doesn't work and then I've to turn of the Wi-Fi and turn it on after a few seconds. Does anybody has this same annoying problem?
    Jelle van Blokland.

    Hi Jelle van Blokland,
    Here is an article that has troubleshooting for Wi-Fi connections in iOS, including disconnecting:
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/ts1398
    Cheers!
    - Ari

  • Can anybody help me with this quiz problem?

    Hi everybody,
    I'm newer on Presenter, but I can tell you that I've understood very well how to use it.
    Well, I've finished my presentation on Power Point, created all quizzes and questions.
    After I record the audio, the quizzes have problems. The answers didn't appear, the button labels also.
    It's very strange because, before to record the audio, I've tested the presentation publishing on HTML5 and SWF and all quizzes were fine.
    See the image:
    I've tried many things: deleted all questions, cleared the temp files and also created new questions and nothing solved this problem.
    It occurs in a preview mode and publishing in HTML5 and SWF too.
    What's happening?
    Should I re-install Adobe Presenter 10?
    (UPDATED: I've re-installed it and the same problem happen).
    Thanks.
    Rafael Bohrer.

    Hi Rafel,
    PLease apply the following fix and check if it resolves the issue:
    1. Click on the below link to download the patch :
    Shared Files - Acrobat.com
    2. Please download the zip file and extract it.
    3. Please check the version of Presenter installed on your machine.
    4. For 32bit: Please copy the PptImgExporter.dll from 32 bit folder and paste it under “C:\ProgramFiles (x86)\Adobe\Adobe Presenter 10.0”.
    5.For 64bit: Please copy the PptImgExporter.dll from 64 bit folder and paste it under “C:\Program Files\Adobe\Adobe Presenter 10.0”.
    6. Try to publish the project now and check.
    Regards,
    Mayank

  • IPhone 5 storage completely full and can't figure out to fix the problem?

    I got the iPhone 5c in August of last year. Previously, I had owned a flip-phone and only a flip-phone, so you can imagine that it was a big change. Though I know there is so much more that it can do (and so many things I have yet to discover), I mostly appreciated the phone for its photo and Internet capabilities. Only a few weeks after I got the phone, I went to a concert and, as you can imagine, the videos took up a lot of space on my phone. I also have a bad problem with saving screenshots, so I quickly filled up space with pictures. Once I realized it was reaching an overwhelming amount (and space was getting limited), I backed-up my iPhone to iTunes on my computer and deleted around 800 pictures. It barely freed up any space. I did this once or twice until one time I tried backing it up again and it would not let me, saying that there was not enough space to do the back-up. I don't quite know how that works, but after that, I just ignored my problem. Well, then my space was dwindling down close to zero. I deleted most of my apps, though it did not free up much at all because 11.4 GB of my 13.2 GB phone is from Photos/Videos.
    My phone reached 0 bytes available in, I'm guessing, November of last year? To my surprise, I could still use some of the features on my phone. Internet, screenshotting (though I could no longer take pictures), and some of the apps (though they often would not load fully). This didn't last for long. One day, I wasn't able to open hardly any of my apps. Then it transitioned to my Internet closing out of itself every now-and-then. Well, currently (and I've been having these problems consistently for the past month or so), I can not open any apps. If I try to go to a website, it closes out of itself almost every single time. I never know if my texts go through because it never finishes the sending process (sometimes people say they get them, sometimes they don't). I cannot receive texts. I can't even try to delete my photos/videos because when I click "delete", it goes to my Home Screen (again, it closes out of itself) and when I check, the pictures/videos are still there. For the past month or so, the only thing my phone can do is call. Which, you know, defeats the purpose of an iPhone. Basically, I have gotten myself into quite a conundrum.
    Is there a solution to my problem that does not involve restoring it to factory settings?

    Thank you for your reply! I just tried importing my pictures again. iTunes gave me the same message - that the storage was too full. I looked under summary, and I don't quite exactly know what usage numbers you are looking for, but it does say it is over capacity by 190.8 MB. However, when I plugged in my phone to the computer, it started to import pictures automatically into Dropbox. I just recently got Dropbox, so I did not have it the other times I tried to import. I managed to get the pictures onto my computer and, by some miracle, was able to delete a couple hundred from my phone. It also let me delete the long videos on my phone, which I've been trying to do for months. I went to my Storage and it now says I have 6.6 GB free (which was so amazing to see that I had to take a moment). I can take pictures now. I quickly updated a few apps and the space is still good. However, there are some apps that it still will not open (as in I open it up, then one second later it closes out). These seem to be the social media apps-- Twitter, Instagram, Facebook. Should I just delete them, then re-download? That will not mess anything up, correct? So far, Safari is working, which is a major relief.
    How would I go about syncing things like contacts?

  • Please help my printer talk to my computer. An error message always occurs when I try to print and Firefox self-help has not fixed the problem. Please help me directly with fixing the issue. Thank you.

    Please help my printer talk to my computer. An error message pops up whenever I try to print. I have tried the firefox self-help on this topic and it doesn't work. I need direct help with this problem.

    message is: "an unknown error occurred while printing" with the yellow icon and exclamation point. this is all it says every time.

  • Can anybody help me to understand the CPU usage logs

    Hello community,
    I try to find the faulty machine in our network, but I don`t understand the logfiles. We have many servers which normally work very fast and reliable.
    But sometimes we have such a huge cpu usage drain on our server. Nobody knows where it comes from, so I looked in the vsphere web client and looked in the cpu usage logs.
    Following you can see two pictures. One is from the main host. It shows only a cpu usage of a maximum of 45 %.
    When I look on the vmware machines I can see a cpu usage of more than 150%.
    This is something I completely not understand. How is it possible that the main host machine has only a 45% cpu usage and the clients are exploding?
    I don`t have set a cpu usage limit in our resource pool.
    The next thing is. When I look on the vmmachines, I can not identify the faulty machine. Because when one machine increases the cpu usage many others increase too. Whatever why.
    Can somebody explain me the pictures below please:
    Thank you for your time
    Paul

    You don't have any need to understand this code. The complication is due to the registry needing a fixed objectID.
    You just need to know the methods of java.rmi.registry.LocateRegistry class. This allows you to start an RMI Registry inside your JVM and give it any TCP port number you like.

Maybe you are looking for

  • My account is gone and no record of my purchasing adobe acrobat 9 a few years back

    I purchased adobe acrobat a few years back and am now having trouble with my program malfunctiong. I went to the adobe web site and My Acounts and it no longer exist. I set up a new account and tried to register my product but they wanted a serial #

  • Hierarchial ALV using OOP

    Hi Friends, I have created a Hierarchial ALV report using OOP concept (Class Builder). The output is OK but it is displaying the unwanted columns in the header part. The code written is as follows. ====================================================

  • Js files in ADF

    hello , i create custom content presenter in ADF , the code is include js files : <af:resource type="javascript" source="http://www.continentalop.com.br/site/blocos/digital/includes/js/jquery.liquidcarousel.pack.js"/> <af:resource type="javascript" s

  • Safari 5.0.4 wont launch

    I've been having trouble for the last few weeks with Safari. I've looked through the forums for similar problems to see if I could fix it. Nothing has helped so far. I've thrown Safari in the trash and redownloaded but that hasn't helped. When I try

  • Change number in CS12

    Hi , Our client's requirement is that when ever i create change number for any material, it should get displayed in the transaction CS12. It is not at all comming in the report CS12. Iam not sure about the role payed by the "validity period" of the c