Skip to content

Commit

Permalink
Made the javaServer stuff file in OK (sort of, I think). It still nee…
Browse files Browse the repository at this point in the history
…ds to be filed in from the terminal, without the Self desktop running.
  • Loading branch information
AdamSpitz committed Jun 5, 2009
1 parent 2446ade commit 517445e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions objects/applications/javaServer/javaInterface.self
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ This saves recomputing the bounds for most morphs.
bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'javaUser' -> () From: ( | {
'ModuleInfo: Module: javaInterface InitialContents: InitializeToExpression: (os_file)'

socket <- bootstrap stub -> 'globals' -> 'os_file' -> ().
socket <- os_file.
} | )

bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'javaUser' -> () From: ( | {
Expand Down Expand Up @@ -2860,15 +2860,18 @@ forcibly resized using this method.\x7fModuleInfo: Module: javaInterface Initial

expand: evt = ( |
|
isExpanded ifFalse: [
expander isExpanded ifFalse: [ expander expand: evt ].
expander isNil || [isExpanded] ifFalse: [
expander isExpanded ifFalse: [ expander expand: evt ].
itemsCached ifFalse: [
buildBody.
constructItems.
constructBoxedItems.
itemsCached: true.
].
safelyDo: [
addBodyMorph.
colorAll: color. "dave's experiment"
].
frame addMorphFirst: body.
body morphs do: [ |:m| m javaChanged: 'all' ].
"Andy 7/10/96 - The remote clients aren't so lucky as to be caching"
" safelyDo: [
Expand Down

0 comments on commit 517445e

Please sign in to comment.