When i compile my program i get overrides a deprecated API.

there is no error in the program but this message override a deprecated API and there is no execute. here is the program please help me.
* Swing version.
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.BorderFactory.*;
import javax.swing.border.* ;
public class ff extends JPanel implements ActionListener {
JButton n5,n2,n7,b1,b2,b3,b4,b5,b6,b7,b8,b9;
public ff(){
boolean inAnApplet = true;
JPanel topPanel = new JPanel();
topPanel.setLayout(new FlowLayout());
//topPanel.setBackground(lightBlue);
Border etchedBorder = BorderFactory.createEtchedBorder(Color.blue,Color.cyan);
topPanel.setBorder(BorderFactory.createTitledBorder(etchedBorder,"Dog Products",
TitledBorder.DEFAULT_JUSTIFICATION,
TitledBorder.DEFAULT_POSITION,
new Font("Serif",Font.BOLD,15),
Color.black));
Icon h5 = new ImageIcon( "c:\\a\\birdfood1t.gif" );
n5 = new JButton("Button 1",h5);
topPanel.add(n5);
n5.setActionCommand("n5");
n5.addActionListener(this);
//getContentPane().add(topPanel,BorderLayout.NORTH);
Icon h2 = new ImageIcon( "c:\\a\\birdfood1t.gif" );
n2 = new JButton("Button 1",h2);
topPanel.add(n2);
n2.setActionCommand("n2");
n2.addActionListener(this);
//getContentPane().add(topPanel,BorderLayout.NORTH);
Icon h7 = new ImageIcon( "c:\\a\\birdfood1t.gif" );
n7 = new JButton("Button 2",h7);topPanel.add(n7);
n7.setActionCommand("n7");
n7.addActionListener(this);
//getContentPane().add(topPanel,BorderLayout.NORTH);
//birdfoodw();
//public void birdfoodw() {
//Container contentPane = getContentPane();
JPanel v=new JPanel();
v.setLayout(new BorderLayout());
// setLayout(new BoxLayout(contentPane,
JPanel v1=new JPanel();
v1.setLayout(new GridLayout(9,1));
v1.add(n5);
v1.add(n2);
v1.add(n7);
JScrollPane sp=new JScrollPane(v1);
v.add(sp);
add(v,BorderLayout.CENTER);
protected void buildToyList() {
Icon x1 = new ImageIcon("c:\\a\\dogtoys1t.gif");
b1.setIcon(x1);
b1.setActionCommand("toys1");
b1.setText("Dog toy #1");
Icon x2 = new ImageIcon("c:\\a\\dogtoys2t.gif");
b2.setIcon(x2);
b2.setActionCommand("toys1");
b2.setText("Dog toy #1");
Icon x3 = new ImageIcon("c:\\a\\dogtoys3t.gif");
b3.setIcon(x3);
b3.setActionCommand("toys1");
b3.setText("Dog toy #1");
Icon x4 = new ImageIcon("c:\\a\\dogtoys4t.gif");
b4.setIcon(x4);
b4.setActionCommand("toys1");
b4.setText("Dog toy #1");
Icon x5 = new ImageIcon("c:\\a\\dogtoys5t.gif");
b5.setIcon(x5);
b5.setActionCommand("toys1");
b5.setText("Dog toy #1");
Icon x6 = new ImageIcon("c:\\a\\dogtoys6t.gif");
b6.setIcon(x6);
b6.setActionCommand("toys1");
b6.setText("Dog toy #1");
Icon x7 = new ImageIcon("c:\\a\\dogtoys7t.gif");
b7.setIcon(x7);
b7.setActionCommand("toys1");
b7.setText("Dog toy #1");
Icon x8 = new ImageIcon("c:\\a\\dogtoys1t.gif");
b8.setIcon(x8);
b8.setActionCommand("toys1");
b8.setText("Dog toy #1");
Icon x9 = new ImageIcon("c:\\a\\dogtoys1t.gif");
b9.setIcon(x9);
b9.setActionCommand("toys1");
b9.setText("Dog toy #1");
protected void buildFoodList() {
Icon x1 = new ImageIcon("c:\\a\\dogfood1t.gif");
b1.setIcon(x1);
b1.setActionCommand("food1");
b1.setText("Dog toy #1");
Icon x2 = new ImageIcon("c:\\a\\dogfood2t.gif");
b2.setIcon(x2);
b2.setActionCommand("food1");
b2.setText("Dog toy #1");
Icon x3 = new ImageIcon("c:\\a\\dogfood3t.gif");
b3.setIcon(x3);
b3.setActionCommand("food1");
b3.setText("Dog toy #1");
Icon x4 = new ImageIcon("c:\\a\\dogfood4t.gif");
b4.setIcon(x4);
b4.setActionCommand("food1");
b4.setText("Dog toy #1");
Icon x5 = new ImageIcon("c:\\a\\dogfood5t.gif");
b5.setIcon(x5);
b5.setActionCommand("food1");
b5.setText("Dog toy #1");
Icon x6 = new ImageIcon("c:\\a\\dogfood6t.gif");
b6.setIcon(x6);
b6.setActionCommand("food1");
b6.setText("Dog toy #1");
Icon x7 = new ImageIcon("c:\\a\\dogfood7t.gif");
b7.setIcon(x7);
b7.setActionCommand("food1");
b7.setText("Dog toy #1");
Icon x8 = new ImageIcon("c:\\a\\dogfood1t.gif");
b8.setIcon(x8);
b8.setActionCommand("food1");
b8.setText("Dog toy #1");
Icon x9 = new ImageIcon("c:\\a\\dogfood1t.gif");
b9.setIcon(x9);
b9.setActionCommand("food1");
b9.setText("Dog toy #1");
protected void buildTreatList() {
Icon x1 = new ImageIcon("c:\\a\\dogtreats1t.gif");
b1.setIcon(x1);
b1.setActionCommand("treats1");
b1.setText("Dog toy #1");
Icon x2 = new ImageIcon("c:\\a\\dogtreats2t.gif");
b2.setIcon(x2);
b2.setActionCommand("treats1");
b2.setText("Dog toy #1");
Icon x3 = new ImageIcon("c:\\a\\dogtreats3t.gif");
b3.setIcon(x3);
b3.setActionCommand("treats1");
b3.setText("Dog toy #1");
Icon x4 = new ImageIcon("c:\\a\\dogtreats4t.gif");
b4.setIcon(x4);
b4.setActionCommand("treats1");
b4.setText("Dog toy #1");
Icon x5 = new ImageIcon("c:\\a\\dogtreats5t.gif");
b5.setIcon(x5);
b5.setActionCommand("treats1");
b5.setText("Dog toy #1");
Icon x6 = new ImageIcon("c:\\a\\dogtreats6t.gif");
b6.setIcon(x6);
b6.setActionCommand("treats1");
b6.setText("Dog toy #1");
Icon x7 = new ImageIcon("c:\\a\\dogtreats7t.gif");
b7.setIcon(x7);
b7.setActionCommand("treats1");
b7.setText("Dog toy #1");
Icon x8 = new ImageIcon("c:\\a\\dogtreats1t.gif");
b8.setIcon(x8);
b8.setActionCommand("treats1");
b8.setText("Dog toy #1");
Icon x9 = new ImageIcon("c:\\a\\dogtreats1t.gif");
b9.setIcon(x9);
b9.setActionCommand("treats1");
b9.setText("Dog toy #1");
public void actionPerformed(ActionEvent e) {
if (e.getActionCommand() == "n5")
buildFoodList();
else if (e.getActionCommand() == "n7")
buildToyList();
else if (e.getActionCommand() == "n2")
buildTreatList();
public static void main(String args[]) {
ff window = new ff();
//window.inAnApplet = false;
//window.setTitle("bird food");
window.setSize(123,233);
window.show();
window.setVisible(true);

Sana,
Look at your last but one line where you have used ".show()", which is a deprecated API. Change to ".repaint()" and try it out.
window.setSize(123,233);
window.show(); // show() is deprecated API...
window.setVisible(true);Cool
Ravi

Similar Messages

  • When i compile my program I get multiple class files

    When I compile my program why when I have only written 1 Main.class do I get other ones with dooler signs in them.
    For example
    Main.class (This is the only on I have actually coded)
    Main$1.class
    Main$2.class

    It must be that you have some inner classes as well, like:
    class TheRealClass
      private NonAnonymousInnerClass // this would create TheRealClass$NonAnonymousInnerClass.class
      void foo()
        Thread someThread = new Thread(
          public void run() // this is an anonymous inner class - would create TheRealClass$1.class
       someThread.start();
    }

  • I downloader all the Adobe Presenter, looks like everything downloaded but when I open the program I get the following message: The file archive part of Presenter is missing. You need all parts in the same folder

    I downloadedall the Adobe Presenter, looks like everything downloaded but when I open the program I get the following message: The file archive part of Presenter is missing. You need all parts in the same folder

    HI There,
    It seems that Presenter is not fully downloaded. Please check you have downloaded .exe and .7z files successfully. In case you are still facing the issue then please click on the following link to chat with the support :  Chat
    with an Expert
    Regards,
    Mayank

  • When i run my program, i get the following Error:

    " Error 7 occoured at Open File+.vipen File.
    Possible reasons:
    Labview: File not Found .
    or
    NI-488: Non-existent board.
    Please Help?

    In my experience it usually happens when one of my sub VIs is trying to open
    a file and can't find it. (We don't use the NI-488 boards, so for us, the
    error is due to a problem opening a file. If you are using GPIB boards, the
    problem might be due to a missing GPIB board.)
    Hope this helps.
    Jim
    matrix wrote in message
    news:[email protected]..
    > When i run my program, i get the following Error:
    > " Error 7 occoured at Open File+.vipen File.
    > Possible reasons:
    > Labview: File not Found .
    > or
    > NI-488: Non-existent board.
    > Please Help?
    >
    >

  • JCo (in UDF) throws: "...uses or overrides a deprecated API."

    Hi everybody,
    when using JCO in UDF I get the error:
    <b>MyMapping_.java uses or overrides a deprecated API. Note: Recompile with -deprecation for details. 1 error</b>
    Does anybody know how to solve the problem?
    The problem occurs only when I try to access the tableParameters:
    <i> codes =     function.getTableParameterList().getTable("COMPANYCODE_LIST");</i>
    Regards Mario

    Hi Mario,
    With every latest Java version its APIs keep changing and some functions are removed or "deprecated", so if you are getting this error which means JRE you are using not have that function available so compile your code with Java -deprecation to suppress that error.
    To check JRE version type Java - version on command prompt and then refer to Java API (also available online) to get detail about that particular function, otherwise you can also chose alternate function to achieve your programming objecting. I prefer if you see JCO API for help on this function.
    Refer to sample code : http://www.sapdevelopment.co.uk/java/jco/jco_callfunc.htm
    Regards,
    Gourav

  • What's this mean? - "uses or overrides a deprecated API."

    Hi, I'm a newbie at Java and I'm getting this error when I try to compile my program:
    "Note: C:\MarsLander\NewUser.java uses or overrides a deprecated API.
    Note: Recompile with -deprecation for details."
    I haven't a clue what is going on here, can anybody help?

    Methods and classes may get deprecated with the threat that they will be removed form the API in a future version. Deprecated things can be but should not be used.
    (Deprecated features can be undeprecated in a future version though. There are at least tow examples for this.)
    As the message tells, compile it with the -deprecation flag and the compiler will report which method or class it is about.

  • Error: overrides a deprecated API

    Hi:
    I get the following error when I try to compile my code:
    Note: CalendarTest.java uses or overrides a deprecated API. Recompile with "-deprecation" for details.
    1 warning
    How do I solve the problem?
    Thanks.
    Describes a calendar for a set of appointments.
    @version 1.0
    import java.util.Vector;
    import java.util.*;
    public class CalendarTest
    {  public static void main(String[] args)
          Calendar markCalendar = new Calendar("Mark");
          Date start = new Date(2003 - 1900, 5 /*June*/, 2, 15, 0, 0);
          Date end = new Date(2003 - 1900, 5, 2, 16, 0, 0);
          markCalendar.addApp(new Appointment(start, end, "doctor"));
          markCalendar.print();     
    Describes a calendar for a set of appointments.
    class Calendar
       Constructs a calendar for the person named.
       public Calendar(String aName)
       {  name = aName;
          appointments = new Vector();
       Adds an appointment to this Calendar.
       @param anApp The appointment to add.
       public void addApp(Appointment anApp)
          appointments.add(anApp);
       Removes an appointment from this Calendar.
       @param anApp The appointment to be removed.
       public void removeApp(Appointment toFind)
          for ( int i = 0; i < appointments.size(); i++)
             if (((Appointment)appointments.get(i)).equals(toFind))
                 appointments.remove(i);
       Tests for duplicate appointment dates.
       public void dupsTest()
          for (int x = 0; x < appointments.size(); x++)
             Appointment check = (Appointment)appointments.get(x);
             for (int y = appointments.size()-1; y > x; y --)
                Appointment nextApp =(Appointment) appointments.get(y);
                if (check.match(nextApp))
                {  System.out.println("Duplicate appointments: ");
                   check.print();
                   nextApp.print();
       Prints the Calendar.
       public void print()
       {  System.out.println(name + "               C A L E N D A R");
          System.out.println();
           System.out.println("Date   Starttime    EndTime   Appointment");
          for (int i = 0; i < appointments.size(); i++)
          {  Appointment nextApp =(Appointment) appointments.get(i);
             nextApp.print();
       private Vector appointments;
       private String name;
       private Appointment theAppointment;
    Describes an appointment.
    class Appointment
       public Appointment(Date aStarttime,Date aEndtime, String aApp)
          starttime = aStarttime;
          endtime = aEndtime;  
          app = aApp;
    Method to test whether on object equals another.
    @param otherObject  The other object.
    @return true if equal, false if not
    public boolean equals(Object otherObject)
          if (otherObject instanceof Appointment)
          {  Appointment other = (Appointment)otherObject;
             return (date.equals(other.date) && starttime.equals(other.starttime)
                     && endtime.equals(other.endtime) && app.equals(other.app));
           else return false;
    Method to test whether part of an object equals another.
    @param otherObject  The other object.
    @return true if equal, false if not
    public boolean match(Object otherObject)
        if (otherObject instanceof Appointment)
         {  Appointment other = (Appointment)otherObject;
            return (date.equals(other.date) && starttime.equals(other.starttime)
                    && endtime.equals(other.endtime));
          else return false;
       Prints the Date, Starttime, Endtime and a description of the
       appointment.
       public void print()  
       {  System.out.println();
          System.out.println(date + "   " + starttime + "          " + endtime
              + "       " + app );
          System.out.println();
       private Date starttime;
       private Date endtime;
       private String app;

    The methods you used to instantiate your new dates has been deprecated and should no longer be used. This is just a warning though and your code will still work. Sun is just telling you that they no longer support those constructors for the Date class and that future releases of J2SE may not have them included in the API. If you wanted to, you could ignore it, or you could use the sample code instead for your Date creations:
    //need the following additional import
    import java.text.*;
    //HH is hours (0-23) see SimpleDateFormat for others
    DateFormat formatter = new SimpleDateFormat("MM/dd/yyyy HH:mm:ss");
    Date start= formatter.parse("06/02/2003 15:00:00");
    Date end = formatter.parse("06/02/2003 16:00:00");tajenkins

  • JRadioButton,ButtonGroup,overrides a deprecated API

    Hi guys,
    I need to know which JRadioButton is selected in a ButtonGroup. I have to methods to do it. The problem is that I need to communicate this to other class is in other file. I have enclosed a JRadioButton variable in the other class importing javax.swing.*. But I get this warning in that class when compiling.
    Note: J:\MainObjectClass.java uses or overrides a deprecated API.
    Note: Recompile with -deprecation for details.
    1)
    public static JRadioButton getSelection(ButtonGroup group) {
    for (Enumeration e=group.getElements(); e.hasMoreElements(); ) {
    JRadioButton b = (JRadioButton)e.nextElement();
    if (b.getModel() == group.getSelection()) {
    return b;
    return null;
    On the other hand, I hava tried a different way, defining the second method. But I get the same warning in the main class now.
    2)
    public static String getSelection(ButtonGroup group) {
    for (Enumeration e=group.getElements(); e.hasMoreElements(); ) {
    JRadioButton b = (JRadioButton)e.nextElement();
    if (b.getModel() == group.getSelection()) {
    return b.getLabel();
    return null;
    Does somebody what I can do?????
    Thanks in advance.

    If you recompile with -deprecation you see which classes/methods are deprecated and you can use something else. You can also use the deprecated methods, but there's no compelling reason to do so.

  • Show error overrides a deprecated API ?

    hi,
    when my java program run, it shows,
    Note: D:\javaexample\myJavaPgm.java uses or overrides a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    what this error message.
    Can I ignore this warning ?.
    or how can i solve this warning?.

    hi,
    when my java program run, it shows,
    Note: D:\javaexample\myJavaPgm.java uses or overrides
    a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    what this error message.
    Can I ignore this warning ?.
    or how can i solve this warning?.Deprecation means a method or class has been identified as obsolete. That means that there is a newer and better alternative to something you are doing. It also means that perhaps one day the deprecated thing will disappear from the API (unlikely probably but could happen).
    To solve the warning you will have to find out what it's complaining about.
    javac -deprecation myJavaPgm.javaWill tell you what exactly is the problem.
    Then you can look in the API for alternatives.

  • Note: ImageViewer.java uses or overrides a deprecated API.

    hi,
    iam gettin this error after compilation
    Note: ImageViewer.java uses or overrides a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    & am running it on j2sdk1.5.0
    Plzzz help

    waoh man......but what 2 look....
    heres da code...
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.image.*;
    import java.io.*;
    import javax.swing.*;
    public class ImageViewer
    public static void main(String[] args)
    JFrame frame = new ImageViewerFrame();
    frame.setTitle("ImageViewer");
    frame.setSize(300, 400);
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    frame.show();
    class ImageViewerFrame extends JFrame
    public ImageViewerFrame()
    // set up menu bar
    JMenuBar menuBar = new JMenuBar();
    setJMenuBar(menuBar);
    JMenu menu = new JMenu("File");
    menuBar.add(menu);
    JMenuItem openItem = new JMenuItem("Open");
    menu.add(openItem);
    openItem.addActionListener(new FileOpenListener());
    JMenuItem exitItem = new JMenuItem("Exit");
    menu.add(exitItem);
    exitItem.addActionListener(new
    ActionListener()
    public void actionPerformed(ActionEvent event)
    System.exit(0);
    // use a label to display the images
    label = new JLabel();
    Container contentPane = getContentPane();
    contentPane.add(label, "Center");
    private class FileOpenListener implements ActionListener
    public void actionPerformed(ActionEvent evt)
    // set up file chooser
    JFileChooser chooser = new JFileChooser();
    chooser.setCurrentDirectory(new File("."));
    // accept all files ending with .gif
    chooser.setFileFilter(new
    javax.swing.filechooser.FileFilter()
    public boolean accept(File f)
    return f.getName().toLowerCase()
    .endsWith(".gif")
    || f.isDirectory();
    public String getDescription()
    return "GIF Images";
    // show file chooser dialog
    int r = chooser.showOpenDialog(ImageViewerFrame.this);
    // if image file accepted, set it as icon of the label
    if(r == JFileChooser.APPROVE_OPTION)
    String name
    = chooser.getSelectedFile().getPath();
    label.setIcon(new ImageIcon(name));
    private JLabel label;
    }

  • Need help with java uses or overrides a deprecated API.

    i have some issues and have not clue where the issue is this is the error that i receive
    Note: C:\Documents and Settings\Adam\My Documents\JCreator LE\MyProjects\Pokemon\src\Pokemon.java uses or overrides a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    here is my code

    public void boundry()
                   int i;
                   //System.out.println("y is "+  (y+23) );
                   //System.out.println("x is "+ (x+17) );
                   //X10=wall[1].getX();
                   //System.out.println("wall[1]X is" + X10);
                   //check to see if over boundary
                   rightflag=2;
                   leftflag=2;
                   downflag=2;
                   upflag=2;
              for(i=0; i<=8; i++)
                   System.out.println("i is" +i);
                    //left side
                    if ( ( (x+17) > (wall.getX() ) )
                   && ( (y) < (wall[i].getY() + wall[i].getHeight()-5) )
                   && ( (y+23) > (wall[i].getY()+5 ))
                   && ( (x) < (wall[i].getX() + (wall[i].getWidth()/2) )) )
                        rightflag=1;
                        System.out.println("left");
                   else
                        rightflag=2;
                   //right side
                   if ( ( (x) < ((wall[i].getX() + wall[i].getWidth() )))
                   && ( (y) < wall[i].getY() + wall[i].getHeight()-5 )
                   && (y > (wall[i].getY() ))
                   && ( (x) > ((wall[i].getX()+(wall[i].getWidth()/2))) ) )
                        leftflag=1;
                        System.out.println("right");
                   else
                        leftflag=2;
                   //top side
                   if ( ( (y+23) > wall[i].getY() )
                   && ( (y+23) < ( wall[i].getY() + (wall[i].getHeight()/2-5) ))
                   && ( (x+17) > wall[i].getX())
                   && ( (x) < (wall[i].getX()+(wall[i].getWidth() ))) )
                   upflag=1;
                        System.out.println("top");
                   else
                        upflag=2;
                   //bottom boundry
                   if(
                   (y < (wall[i].getY()+wall[i].getHeight() ))
                   && (y > (wall[i].getY() ))
                   && ((x+17) > (wall[i].getX()))
                   && (x < (wall[i].getX()+wall[i].getWidth() ) ))
                        downflag=1;
                        System.out.println("bottom");
                   else
                        downflag=2;
                   System.out.println("test");
                   //stop them from being over boundary
                   if (rightflag==1)
                   x=x-10;
                   else if (leftflag==1)
                   x=x+10;
                   else if (upflag==1)
                   y=y-10;
                   else if (downflag==1)
                   y=y+10;
                   //draw the player
              public boolean handleEvent (Event e)
                   //Get the scroll bars to work
                   Y2 = indicatestrength.getValue();
                   Y3 = X2.getValue();
                   Y4 = Width2.getValue();
                   Y5 = height2.getValue();
                   repaint();
                   return true;
              public void save ()     
                   File dataFile = new File ("Users/jeffrey/Server/Test.rtf");
                   FileWriter out;
                   BufferedWriter writeFile;
                   //sample data to write
                   double testnumber = -34.454;
                   String testname="this is a string";
              try{
                   out =new FileWriter (dataFile);
                   writeFile = new BufferedWriter(out);
                   //write all data as strings
                   writeFile.write(testname);
                   writeFile.newLine();
                   writeFile.write(String.valueOf(testnumber));
                   writeFile.newLine();
                   //Close file
                   writeFile.close();
                   out.close();
                   System.out.println ("data written to file");
                   catch (IOException e)
                        System.out.println("there was a error writing to the file");

  • When I launch the program, I get unwanted tabs

    I've just updated to Firefox 8. Now, every time I launch the program, I get a tab with the "Getting Started with Firefox" page. Closing the tab does no good; when I start the program again, the tab is back. What can I do about this?

    This isn't any help. My home page is unchanged, and loads properly when I launch Firefox. The "getting started" page also launches at startup, in a separate tab. Nothing I've tried makes it stop doing this, and it's getting very annoying. I'm very close to a decision to stop using Firefox and switch to a more reliable browser (and I've been using Firefox happily for years). But thanks for the input.

  • Java uses or overrides a deprecated API

    Please help on this when this error will occur
    when i am compile a JSP Page its throwing an error like this
    java uses or overrides a deprecated API

    Please help on this when this error will occur
    when i am compile a JSP Page its throwing an error
    like this
    java uses or overrides a deprecated APIThat's a warning. And it should also tell you what you need to do to get a listing of the deprecated methods that you are using.

  • When adding columns, why do I get overrides on style?

    Hi all,
    When I'm adding columns in a certain document I end up with the new columns having overrides on them. How can I avoid this?
    The columns I added are seen in the middle.
    As you can see the they all get a "shift down" by -22 pt.
    I use this shift down on some other place in the document, but the table columns are clean from that kind of override, and just by selecting a column and adding 4 new columns "to the right" of that column, I would expect the new ones to get the exact same properties as the one selected.
    Can anyone try to explain what might be wrong with my document or way of working?
    Adding info: It seems there's something in the styles - many properties on them... This has noting to do with cells specifically. Just adding a textbox results renders the text this way as well, with the baseline shift (only no override symbol).
    Best regards,
    Andreas

    Ah... now I get it. The default styles of the document were set to a specific paragraph style and another character style.
    Setting the defaults to [Basic Paragraph] and None respectively seems to put everything in order.
    (You set a default by clicking outside the document so that nothing is selected, and then you select the styles [Basic paragraph] and None)
    Case closed.

  • Ever since I updated to Firefox 4, when I use certain programs, I get Error 302c3031

    When I open or close programs on my desktop, I am getting a box saying Error 302c3031 at address. This only started when I updated to 4. 0.1 What is causing this and how do I eliminate it?

    Sorry, that isn't a Firefox error code. I don't recognize that type of error code, was that the complete error code that appeared? You need to figure out which program is generating that error code, and get support from whoever made that program.

Maybe you are looking for

  • Can I use migration assistant from a mac with leopard to a mac with tiger?

    My old mac was upgraded to leopard, (don't ask me why), and I just got a new mac with tiger, although I ordered leopard up to date. Can I use migration assistant to move stuff from the old mac with leopard to the new mac with tiger, or do I have to w

  • Can't see my bill...since October!!

    I have called countless times to support. First they say I don't have a login...ummm how did I log in then. It shows my name and lets me pay my bill but I dont' have a login... In their records, the name is right the address is right etc. On the webs

  • XMLDataSet works in FF and IE7, not IE6

    So on our website we've got a page with a Spry tabbed panel. Two of the four panels load a Spry XMLDataSet. Both datasets are being generated from a standard RSS feed. Everything works fine in IE7 and FireFox, but in IE6, we get the spry:state=error.

  • Goodbye Verizon of 10+ years! (switch if you can!)

    Verizon Wireless in my opinion has always been the best carrier in all aspects. Their plans have always been a little pricier however I've never had reception problems and customer service has always been amazing. Times have obviously changed! I'm no

  • IPhone wifi issues need HELP ASAP

    Hi, my iPhone's wifi is super slow. I tried out the speed test app on both my iMac and iPhone and I got 10.18 Mbps download and 3.08 Mbps upload; on my iPhone I got 0.98 Mbps download and 0.15 Mbps upload. I tested them from the same spot and got the