src/ca/java/swingapp/swingapp/org/netbeans/modules/swingapp/resources/BasicShellApp_ca.html
author Masaki Katakai <masaki@netbeans.org>
Fri, 15 Jul 2011 10:14:03 +0900
branchrelease70
changeset 1662 0412cb49d653
parent 894 b0c4b987c376
permissions -rw-r--r--
weekly community updates
masaki@894
     1
<!--
masaki@894
     2
  -- DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
masaki@894
     3
  --
masaki@894
     4
  -- Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
masaki@894
     5
  --
masaki@894
     6
  -- The contents of this file are subject to the terms of either the GNU
masaki@894
     7
  -- General Public License Version 2 only ("GPL") or the Common
masaki@894
     8
  -- Development and Distribution License("CDDL") (collectively, the
masaki@894
     9
  -- "License"). You may not use this file except in compliance with the
masaki@894
    10
  -- License. You can obtain a copy of the License at
masaki@894
    11
  -- http://www.netbeans.org/cddl-gplv2.html
masaki@894
    12
  -- or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
masaki@894
    13
  -- specific language governing permissions and limitations under the
masaki@894
    14
  -- License.  When distributing the software, include this License Header
masaki@894
    15
  -- Notice in each file and include the License file at
masaki@894
    16
  -- nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
masaki@894
    17
  -- particular file as subject to the "Classpath" exception as provided
masaki@894
    18
  -- by Sun in the GPL Version 2 section of the License file that
masaki@894
    19
  -- accompanied this code. If applicable, add the following below the
masaki@894
    20
  -- License Header, with the fields enclosed by brackets [] replaced by
masaki@894
    21
  -- your own identifying information:
masaki@894
    22
  -- "Portions Copyrighted [year] [name of copyright owner]"
masaki@894
    23
  --
masaki@894
    24
  -- Contributor(s):
masaki@894
    25
  --
masaki@894
    26
  -- The Original Software is NetBeans. The Initial Developer of the Original
masaki@894
    27
  -- Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
masaki@894
    28
  -- Microsystems, Inc. All Rights Reserved.
masaki@894
    29
  --
masaki@894
    30
  -- If you wish your version of this file to be governed by only the CDDL
masaki@894
    31
  -- or only the GPL Version 2, indicate your decision by adding
masaki@894
    32
  -- "[Contributor] elects to include this software in this distribution
masaki@894
    33
  -- under the [CDDL or GPL Version 2] license." If you do not indicate a
masaki@894
    34
  -- single choice of license, a recipient has the option to distribute
masaki@894
    35
  -- your version of this file under either the CDDL, the GPL Version 2 or
masaki@894
    36
  -- to extend the choice of license to its licensees as provided above.
masaki@894
    37
  -- However, if you add GPL Version 2 code and therefore, elected the GPL
masaki@894
    38
  -- Version 2 license, then the option applies only if the new code is
masaki@894
    39
  -- made subject to such option by the copyright holder.
masaki@894
    40
  -->
masaki@894
    41
masaki@894
    42
<html>
masaki@894
    43
<head>
masaki@894
    44
	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
masaki@894
    45
</head>
masaki@894
    46
<BODY>
masaki@894
    47
Un esquelet b&agrave;sic d'aplicaci&oacute; que cont&eacute; qualsevol cosa necess&agrave;ria per iniciar una aplicaci&oacute; general d'escriptori, com les seg&uuml;ents:
masaki@894
    48
<ul>
masaki@1662
    49
    <li>marc principal amb una barra de men&uacute;s i la barra d'estat</li>
masaki@894
    50
    <li>quadre quant a</li>
masaki@894
    51
    <li>classe principal <code>Application</code></li>
masaki@894
    52
    <li>implementaci&oacute; dels missatges de la barra d'estat i indicaci&oacute; de proc&eacute;s</li>
masaki@894
    53
    <li>mecanismes de gesti&oacute; de recursos per a un millor manejament de la c&agrave;rrega d'icones i cadenes de text</li>
masaki@894
    54
</ul>
masaki@894
    55
</BODY></HTML>