NeoOffice and Aqua

From NeoWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 05:19, 2 January 2005 (edit)
Waldo ( | contribs)
(Imported from old wiki)
← Previous diff
Revision as of 09:18, 21 January 2005 (edit) (undo)
Sardisson (Talk | contribs)
m (Backport W link macosx to wikipedia)
Next diff →
Line 40: Line 40:
NeoOffice/J is based on [[OpenOffice.org|OpenOffice.org]], which is written primarily in C++. However, NeoOffice/J takes advantage of Mac OS X's advanced Java integration to tap into the OS X look-and-feel. In other words, the "J" in NeoOffice/J primarily has to do with operations that affect how the application appears to the user. The "guts" of the office suite are written in C++. (The code that makes up NeoOffice/J is 99% OpenOffice.org code shared among all OpenOffice.org platforms and 1% Mac OS X-specific code in Java, C++, C, and Objective-C.) NeoOffice/J is based on [[OpenOffice.org|OpenOffice.org]], which is written primarily in C++. However, NeoOffice/J takes advantage of Mac OS X's advanced Java integration to tap into the OS X look-and-feel. In other words, the "J" in NeoOffice/J primarily has to do with operations that affect how the application appears to the user. The "guts" of the office suite are written in C++. (The code that makes up NeoOffice/J is 99% OpenOffice.org code shared among all OpenOffice.org platforms and 1% Mac OS X-specific code in Java, C++, C, and Objective-C.)
-Thus NeoOffice/J will only run on Macintosh computers running [[MacOSX|Mac OS X]] 10.2.x or 10.3.x—not on Mac OS 9, Windows, Linux, Darwin, or any other form of UNIX.+Thus NeoOffice/J will only run on Macintosh computers running [http://www.wikipedia.org/wiki/Mac_os_x Mac OS X] 10.2.x or 10.3.x—not on Mac OS 9, Windows, Linux, Darwin, or any other form of UNIX.
=== Has NeoOffice/J replaced NeoOffice/C? === === Has NeoOffice/J replaced NeoOffice/C? ===

Revision as of 09:18, 21 January 2005

Contents

NeoOffice/J FAQ

Why doesn't NeoOffice/J have the typical Mac OS X "blue button" Aqua user interface?

Currently, NeoOffice/J does not yet include much "Aquafication". However, the developers are working on it!

The goal is to slowly add Aqua features to NeoOffice/J so that it becomes more and more Mac-like until there is no evidence left that it ever was anything but a Mac OS X application.

Over the past few months, NeoOffice/J has seen bit-by-bit improvements.

What are some recent Aquafication breakthroughs?

As of December, 2004:

  • Localized interfaces for 40 languages (12/2004)
  • New Aqua application icon and splash screen (12/2004)
  • Optimized/smaller PDFs (12/2004)
  • Text drag & drop (12/2004)
  • Scroll-wheel support (11/2004)
  • Native menus now appear in the white bar at the top of the screen, just like any other Mac program. (Previously, they appeared at the top of the same window as the document.) (11/2004)
  • Automatic notification of new patches and versions (11/2004)
  • Patches available as standard Mac OS X installer packages (09/2004)
  • Support for Macintosh file aliases in open and save dialogues (09/2004)

Stay tuned as new features continue to be added!

What technologies are used in the Aquafication of NeoOffice/J?

Aqua is the "look and feel" developed by Apple for OS X. Apple provides three frameworks for developing applications with an Aqua user interface:

  • Carbon (sort-of OS 9 compatibility mode, also used by Mozilla/Firefox)
  • Cocoa (new framework that was adapted from NeXT for Mac OS X)
  • Java (cross-platform language, includes JFC/Swing for native-looking UI elements)

NeoOffice/C (the original project) was an attempt to use Cocoa and Carbon. The more successful project, NeoOffice/J, currently uses a mix of Java 1.3 and Carbon.

So...is NeoOffice/J written in Java?

No.

NeoOffice/J is based on OpenOffice.org, which is written primarily in C++. However, NeoOffice/J takes advantage of Mac OS X's advanced Java integration to tap into the OS X look-and-feel. In other words, the "J" in NeoOffice/J primarily has to do with operations that affect how the application appears to the user. The "guts" of the office suite are written in C++. (The code that makes up NeoOffice/J is 99% OpenOffice.org code shared among all OpenOffice.org platforms and 1% Mac OS X-specific code in Java, C++, C, and Objective-C.)

Thus NeoOffice/J will only run on Macintosh computers running Mac OS X 10.2.x or 10.3.x—not on Mac OS 9, Windows, Linux, Darwin, or any other form of UNIX.

Has NeoOffice/J replaced NeoOffice/C?

Yeah, .

Where Can I Learn More About NeoOffice/J

For tips on using NeoOffice/J, see the Tips and Hints section of this Wiki.

Personal tools