Skip to content

Commit 1aacc7a

Browse files
author
zhourenjian
committed
Update comments
1 parent 019fc17 commit 1aacc7a

37 files changed

+74
-115
lines changed

sources/net.sf.j2s.java.org.eclipse.swt/.j2s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Java2Script Configuration
2-
#Sun Nov 12 23:36:33 CST 2006
2+
#Sun Mar 18 17:32:58 CST 2007
33
j2s.compiler.visitor=SWTScriptVisitor
44
j2s.abandoned.resources.list=bin/org/eclipse/swt/internal/xhtml/window.js,bin/org/eclipse/swt/internal/xhtml/document.js,bin/org/eclipse/swt/internal/xhtml/Screen.js,bin/org/eclipse/swt/internal/xhtml/Option.js,bin/org/eclipse/swt/internal/xhtml/Element.js,bin/org/eclipse/swt/internal/xhtml/ContentWindow.js,bin/org/eclipse/swt/internal/xhtml/Clazz.js,bin/org/eclipse/swt/internal/xhtml/CSSStyle.js,bin/org/eclipse/swt/internal/xhtml/Body.js,bin/org/eclipse/swt/internal/xhtml/HTMLEvent.js
55
j2s.compiler.abbreviation=true

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/ResizeHandler.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package org.eclipse.swt.internal;
@@ -23,7 +21,7 @@
2321
import org.eclipse.swt.widgets.Monitor;
2422

2523
/**
26-
* @author josson smith
24+
* @author zhou renjian
2725
*
2826
* 2006-4-24
2927
*/

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/ResizeSystem.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package org.eclipse.swt.internal;
@@ -17,7 +15,7 @@
1715
import org.eclipse.swt.widgets.Decorations;
1816

1917
/**
20-
* @author josson smith
18+
* @author zhou renjian
2119
*
2220
* 2006-4-24
2321
* @j2sSuffix

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/RunnableCompatibility.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311
package org.eclipse.swt.internal;
1412

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/browser/OS.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package org.eclipse.swt.internal.browser;
@@ -21,7 +19,7 @@
2119
import org.eclipse.swt.internal.xhtml.document;
2220

2321
/**
24-
* @author josson smith
22+
* @author zhou renjian
2523
*
2624
* 2006-5-21
2725
* @j2sPrefix O$ =

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/browser/Popup.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package org.eclipse.swt.internal.browser;
1513

1614
import org.eclipse.swt.graphics.Rectangle;
1715

1816
/**
19-
* @author josson smith
17+
* @author zhou renjian
2018
*
2119
* 2006-9-12
2220
*/

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/dnd/DNDUtils.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package org.eclipse.swt.internal.dnd;
@@ -17,7 +15,7 @@
1715
import org.eclipse.swt.internal.xhtml.document;
1816

1917
/**
20-
* @author josson smith
18+
* @author zhou renjian
2119
*
2220
* 2006-3-15
2321
*

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/dnd/DragAdapter.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package org.eclipse.swt.internal.dnd;
1513

1614
/**
17-
* @author josson smith
15+
* @author zhou renjian
1816
*
1917
* 2006-3-15
2018
*/

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/dnd/DragAndDrop.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package org.eclipse.swt.internal.dnd;
@@ -17,7 +15,7 @@
1715
import org.eclipse.swt.internal.xhtml.document;
1816

1917
/**
20-
* @author josson smith
18+
* @author zhou renjian
2119
*
2220
* 2006-3-15
2321
*/

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/dnd/DragEvent.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package org.eclipse.swt.internal.dnd;
1513

1614
import org.eclipse.swt.internal.xhtml.Element;
1715

1816
/**
19-
* @author josson smith
17+
* @author zhou renjian
2018
*
2119
* 2006-3-15
2220
*/

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/dnd/DragListener.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package org.eclipse.swt.internal.dnd;
1513

1614
/**
17-
* @author josson smith
15+
* @author zhou renjian
1816
*
1917
* 2006-3-15
2018
*/

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/dnd/HTMLEventWrapper.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package org.eclipse.swt.internal.dnd;
1513

1614
import org.eclipse.swt.internal.xhtml.Element;
1715

1816
/**
19-
* @author josson smith
17+
* @author zhou renjian
2018
*
2119
* 2006-3-15
2220
*

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/dnd/SashDND.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package org.eclipse.swt.internal.dnd;
@@ -20,7 +18,7 @@
2018
import org.eclipse.swt.internal.xhtml.window;
2119

2220
/**
23-
* @author josson smith
21+
* @author zhou renjian
2422
*
2523
* 2006-3-15
2624
*/

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/dnd/ScaleDND.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package org.eclipse.swt.internal.dnd;
@@ -18,7 +16,7 @@
1816
import org.eclipse.swt.internal.xhtml.document;
1917

2018
/**
21-
* @author josson smith
19+
* @author zhou renjian
2220
*
2321
* 2006-3-15
2422
*/

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/dnd/ShellFrameDND.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package org.eclipse.swt.internal.dnd;
@@ -21,7 +19,7 @@
2119
import org.eclipse.swt.internal.xhtml.window;
2220

2321
/**
24-
* @author josson smith
22+
* @author zhou renjian
2523
*
2624
* 2006-3-15
2725
*/

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/dnd/SliderDND.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package org.eclipse.swt.internal.dnd;
@@ -17,7 +15,7 @@
1715

1816

1917
/**
20-
* @author josson smith
18+
* @author zhou renjian
2119
*
2220
* 2006-3-15
2321
*/

0 commit comments

Comments
 (0)