|
From: Martin <cin...@gm...> - 2004-10-18 23:12:08
|
Am Di, den 19.10.2004 schrieb Christoph Walcher um 0:06: > I did some experiments how a xml file storing a couple of predefined Feeds > should look like. Here's my proposal: > <!DOCTYPE dictionary> Other name please. Something which would not collide with other applications: - feed-list - rssview-feeds or similar. > <dictionary> > <category name="news"> > <feed > title="orf.online" > lang="de" > url="rss.orf.at"> > <description><![CDATA[News auf ORF.at]]></description> I'm missing my icon here and the specification FROM WHERE it is going to be downloaded. Also missing "default folder". > We'll need some kind of language key for useful dictionaries (example > above). I created some Code to read this information. How should we present > it? JTable, JTextPane, JScrollPane with panels? I think a flat hierarchy > should work because a user will not want to import our categorizations > (tree)? Or would he? Flat representation as a JList in a JScrollPane. Single item (JLabel with Icon): -------------------------------------------- | icon | channel name | -------------------------------------------- Double-clicking it should suffice to add it in the default folder. Icon size about 32x32 or 48x48. Martin |